conformance
Protocol buffer support for the Go programming language
Install
- All systems
-
curl cmd.cat/conformance.sh
- Debian
-
apt-get install golang-goprotobuf-dev
- Ubuntu
-
apt-get install golang-goprotobuf-dev
- Kali Linux
-
apt-get install golang-goprotobuf-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install golang-goprotobuf-dev
- Raspbian
-
apt-get install golang-goprotobuf-dev
- Dockerfile
- dockerfile.run/conformance
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.