protoc

PPG007 ... 2022-2-26 Less than 1 minute

# protoc

# install protoc and go plugins
sudo apt-get install protobuf-compiler
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@latest
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@latest
1
2
3
4
5
6
Last update: February 26, 2022 13:26
Contributors: ppg007