1regenerate: 2 protoc --proto_path=.:$(GOPATH)/src/:$(GOPATH)/src/github.com/gogo/protobuf/protobuf/ \ 3 --gogo_out=. issue312.proto 4 (cd events && make regenerate)
View as plain text