...

Text file src/github.com/gogo/protobuf/proto/proto3_proto/Makefile

Documentation: github.com/gogo/protobuf/proto/proto3_proto

     1regenerate:
     2	go install github.com/gogo/protobuf/protoc-min-version
     3	protoc-min-version --version="3.0.0" --gogo_out=\
     4	Mtest_proto/test.proto=github.com/gogo/protobuf/proto/test_proto,\
     5	Mgoogle/protobuf/any.proto=github.com/gogo/protobuf/types:. \
     6	--proto_path=../../protobuf:../:. proto3.proto
     7	

View as plain text