Created
April 24, 2017 20:20
-
-
Save weivall/779d66888f1a336bd1244dc5dcd5ee53 to your computer and use it in GitHub Desktop.
Protoc plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ protoc myproto/myproto.proto -I. --go_out=plugin=grpc:. | |
$ protoc myproto/myproto.proto -I. --grpc-gateway_out=logtostderr=true,Mgoogle/api/annotations.proto=myrepo/api/annotations.proto:. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment