protoc-gen-go

Protocol buffer support for the Go programming language

Install

All systems
curl cmd.cat/protoc-gen-go.sh
Debian Debian
apt-get install golang-goprotobuf-dev
Ubuntu
apt-get install golang-goprotobuf-dev
image/svg+xml Kali Linux
apt-get install golang-goprotobuf-dev
Fedora
dnf install golang-googlecode-goprotobuf
Windows (WSL2)
sudo apt-get update sudo apt-get install golang-goprotobuf-dev
Raspbian
apt-get install golang-goprotobuf-dev

golang-goprotobuf-dev

Protocol buffer support for the Go programming language

Adds support for serializing and deserializing data in the protocol buffer format for users of the Go language. This will also install a protobuf compiler filter which will allow you to compile protocol buffers to Go code using protoc from the protobuf-compiler package.

golang-googlecode-goprotobuf-0

Go support for

golang-googlecode-goprotobuf

This package provides support for protocol buffers in the form of

a protocol compiler plugin which generates Go source files that, once compiled, can access and manage protocol buffers. Install golang-googlecode-goprotobuf-devel for the associated support library.