Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 254 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 254 Bytes

proto-gen-gin

require

  • protoc
  • go 1.12+

brew install protoc

go install

install protoc-gen-gin to your $GOPATH

run example

protoc -Iexample/third_party -Iexample -Iexample/third_party/github.com/gogo/protobuf --gin_out=example api.proto