Skip to content

Commit

Permalink
move to upstream protobuf from gogo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Witkowski committed Oct 11, 2015
1 parent db71c3e commit 77edc97
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
7 changes: 4 additions & 3 deletions testservice/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
all: test_go

test_go: test.proto
PATH="${GOPATH}/bin:${PATH}" protoc -I. \
PATH="${GOPATH}/bin:${PATH}" protoc \
-I. \
-I${GOPATH}/src \
-I${GOPATH}/src/github.com/gogo/protobuf/protobuf/ \
--go_out=plugins=grpc:. test.proto
--go_out=plugins=grpc:. \
test.proto


26 changes: 15 additions & 11 deletions testservice/test.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 77edc97

Please sign in to comment.