Skip to content

Instantly share code, notes, and snippets.

@thinktainer
Created December 14, 2017 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thinktainer/ccab0c7a6b5efda216d9efddde779173 to your computer and use it in GitHub Desktop.
Save thinktainer/ccab0c7a6b5efda216d9efddde779173 to your computer and use it in GitHub Desktop.
generate protos with timestamp gogoproto
protoc -I $GOPATH/src -I $PWD --gogoslick_out=Mgoogle/protobuf/any.proto=github.com/gogo/protobuf/types,Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,import_path=commission_results:. commission_events.proto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment