软件包: golang-google-protobuf-dev (1.27.1-1)
golang-google-protobuf-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-google-protobuf:
- [golang-google-protobuf_1.27.1-1.dsc]
- [golang-google-protobuf_1.27.1.orig.tar.gz]
- [golang-google-protobuf_1.27.1-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team
- Shengjing Zhu
- Anthony Fok
外部的资源:
- 主页 [github.com]
相似软件包:
Go support for Protocol Buffers (second major revision)
This project hosts the Go implementation for protocol buffers, which is a language-neutral, platform-neutral, extensible mechanism for serializing structured data. The protocol buffer language is a language for specifying the schema for structured data.
This schema is compiled into language specific bindings.
This project provides both a tool to generate Go code for the protocol buffer language, and also the runtime implementation to handle serialization of messages in Go.