简体   繁体   中英

Go integration with Protocol Buffers?

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

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/

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

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM