# README
protobuf example: generate go code by protobuf file
download protoc https://github.com/protocolbuffers/protobuf/releases
go install -u github.com/golang/protobuf/protoc-gen-go@latest
go generate
go build
download protoc https://github.com/protocolbuffers/protobuf/releases
go install -u github.com/golang/protobuf/protoc-gen-go@latest
go generate
go build