blob: 7f76f2d74ba0696199e365aa1f46d406eab9522a [file] [log] [blame]
#build the protobuffer docs.pb.go file from the definition file docs.proto
protoc \
--proto_path=$HOME/go/src \
--proto_path=$HOME/go/src/github.com/gogo/protobuf/ \
--proto_path=. \
--go_out=. \
--govalidators_out=. \
*.proto