英文:
Go integration with Protocol Buffers?
问题
在快速查看了文档之后,我立即开始考虑与现有语言和应用程序的集成,并想知道是否会提供对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?
答案1
得分: 6
好的,这是一个老问题。但是既然我以同样的问题来到这里并找到了一个更加更新的答案,让我分享一下我找到的内容:
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:
答案2
得分: 5
他们将在下一个版本中得到全面支持。阅读他们在文档中的常见问题解答。
英文:
They will be fully supported in the next release. Read their FAQ in docs
答案3
得分: 1
如果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.
答案4
得分: 0
协议缓冲区(Protocol buffers)现在在Go语言中得到了完全支持。官方的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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论