pbpath
Alternative protocol buffer support for the Go programming language
Install
- All systems
-
curl cmd.cat/pbpath.sh
- Debian
-
apt-get install golang-gogoprotobuf-dev
- Ubuntu
-
apt-get install golang-gogoprotobuf-dev
- Kali Linux
-
apt-get install golang-gogoprotobuf-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install golang-gogoprotobuf-dev
- Raspbian
-
apt-get install golang-gogoprotobuf-dev
- Dockerfile
- dockerfile.run/pbpath
golang-gogoprotobuf-dev
Alternative protocol buffer support for the Go programming language
An alternative protocol buffer support for the Go programming language, forked from golang-goprotobuf. It is backwards compatible with goprotobuf, but provides faster marshalling and unmarshalling and can generate extra helper code, tests and benchmarks. This package contains the source.