fieldpath-gen
Alternative protocol buffer support for the Go programming language
Install
- All systems
-
curl cmd.cat/fieldpath-gen.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 updatesudo apt-get install golang-gogoprotobuf-dev - Raspbian
-
apt-get install golang-gogoprotobuf-dev
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.