Читать книгу Practical Go - Amit Saha - Страница 13
Installing Protocol Buffer Toolchain
ОглавлениеFor some chapters in the book, you will need the Protocol Buffers (protobuf) and gRPC tools for Go installed. You will install three separate programs: the protobuf compiler, protoc
, and the Go protobuf and gRPC plug-ins, protoc-gen-go
and protoc-gen-go-grpc
, respectively.