Skip to content

Instantly share code, notes, and snippets.

@DogeVenci
Created December 8, 2020 00:46
Show Gist options
  • Save DogeVenci/252b836557e5d9731c74768333c0adb3 to your computer and use it in GitHub Desktop.
Save DogeVenci/252b836557e5d9731c74768333c0adb3 to your computer and use it in GitHub Desktop.
protoc
//go generate protoc -I ./proto -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --go_out ./services --go-grpc_out ./services --grpc-gateway_out ./services --grpc-gateway_opt logtostderr=true hub.proto
//go:generate protoc -I ./proto --js_out=import_style=commonjs:./services --grpc-web_out=import_style=commonjs,mode=grpcwebtext:./services hub.proto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment