Skip to content

Instantly share code, notes, and snippets.

@darmawan01
Created September 14, 2021 02:28
Show Gist options
  • Save darmawan01/b3f42378b9921f698a0d8ae7a2849e86 to your computer and use it in GitHub Desktop.
Save darmawan01/b3f42378b9921f698a0d8ae7a2849e86 to your computer and use it in GitHub Desktop.
Protobuf & GRPC

Golang generate protoc

  • With Docker
docker run -v `pwd`:/gen -v `pwd`:/api grpc/go protoc -I /api/ /api/api.proto --go_out=plugins=grpc:/gen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment