[ 原始碼: golang-google-protobuf ]
套件:golang-google-protobuf-dev(1.27.1-1~bpo11+1)
golang-google-protobuf-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-google-protobuf:
- [golang-google-protobuf_1.27.1-1~bpo11+1.dsc]
- [golang-google-protobuf_1.27.1.orig.tar.gz]
- [golang-google-protobuf_1.27.1-1~bpo11+1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- python3-openshift
- python-openshift-doc
- python3-djangorestframework-spectacular
- python-djangorestframework-spectacular-doc
- golang-k8s-client-go-dev
- golang-github-openshift-imagebuilder-dev
- python3-borgstore
- openshift-imagebuilder
- golang-github-googleapis-gnostic-dev
- exim4-dev
- neutron-dynamic-routing-common
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.