...

Text file src/github.com/gogo/protobuf/test/issue312/events/Makefile

Documentation: github.com/gogo/protobuf/test/issue312/events

     1regenerate:
     2	go install github.com/gogo/protobuf/protoc-gen-gogo
     3	protoc --proto_path=.:$(GOPATH)/src/:$(GOPATH)/src/github.com/gogo/protobuf/protobuf/ \
     4	--gogo_out=. events.proto 

View as plain text