protoc-gen-gogotypes
alternative protocol buffer support for Golang - utilities
Install
- All systems
-
curl cmd.cat/protoc-gen-gogotypes.sh
- Debian
-
apt-get install gogoprotobuf
- Ubuntu
-
apt-get install gogoprotobuf
- Kali Linux
-
apt-get install gogoprotobuf
- Fedora
-
dnf install golang-googlecode-gogoprotobuf
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gogoprotobuf
- Raspbian
-
apt-get install gogoprotobuf
- Dockerfile
- dockerfile.run/protoc-gen-gogotypes
gogoprotobuf
alternative protocol buffer support for Golang - utilities
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 provides utilities.