与 Protocol Buffers 集成?

发布于 2024-08-11 06:56:10 字数 68 浏览 2 评论 0原文

快速浏览完文档后,我立即开始考虑与现有语言和应用程序的集成,并想知道是否会为 Protocol Buffers 提供支持?

After a quick look at the documentation, I immediately started to think about integration with existing languages and applications and was wondering whether support would be provided for Protocol Buffers?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

脸赞 2024-08-18 06:56:11

好吧,这是一个老问题了。但由于我最终在这里遇到了同样的问题并找到了更新的答案,所以让我发布我发现的内容:

http:// /code.google.com/p/goprotobuf/

Ok, this is an old question. But since I ended up here with the same question and found a more up to date answer, let me post what I found:

http://code.google.com/p/goprotobuf/

与君绝 2024-08-18 06:56:11

它们将在下一个版本中得到全面支持。阅读他们的 文档中的常见问题解答

They will be fully supported in the next release. Read their FAQ in docs

皇甫轩 2024-08-18 06:56:11

如果 Go 内部不存在 Protocol Buffers 库,我会非常感到惊讶。 (我不确定,而且我不会去检查,因为那样的话它会是保密的:)

但是,它很可能是一个 proto1 库而不是开源的 proto2。

我确信某个地方有人会将 proto2 移植到 Go,无论是内部人员还是外部人员。

I'd be very surprised if there didn't exist a Protocol Buffers library for Go already internally. (I don't know for sure, and I'm not going to check as then it would be confidential :)

However, it's quite possible that it's a proto1 library rather than the open-sourced proto2.

I'm sure someone somewhere will port proto2 to Go, whether that's someone internal or external.

天气好吗我好吗 2024-08-18 06:56:11

Go 现在完全支持 Protocol Buffer。官方 Go 库可以在 github.com/golang/protobuf 找到。

Protocol buffers are now fully supported in Go. The official Go library can be found at github.com/golang/protobuf.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文