[ 源代码: golang-google-protobuf ]
软件包:golang-google-protobuf-dev(1.25.0+git20201208.160c747-1)
golang-google-protobuf-dev 的相关链接
Debian 的资源:
下载源码包 golang-google-protobuf:
- [golang-google-protobuf_1.25.0+git20201208.160c747-1.dsc]
- [golang-google-protobuf_1.25.0+git20201208.160c747.orig.tar.xz]
- [golang-google-protobuf_1.25.0+git20201208.160c747-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-golang-protobuf-1-5-dev
- golang-github-golang-protobuf-1-3-dev
- protoc-gen-go
- protoc-gen-go-1-3
- protoc-gen-go-grpc
- golang-github-bep-godartsass-dev
- golang-github-bep-godartsass-v2-dev
- golang-step-linkedca-dev
- golang-google-appengine-dev
- golang-github-apptainer-container-key-client-dev
- golang-github-google-pprof-dev
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.