Skip to content

Commit 77edc97

Browse files
author
Michal Witkowski
committed
move to upstream protobuf from gogo
1 parent db71c3e commit 77edc97

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

testservice/Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
all: test_go
33

44
test_go: test.proto
5-
PATH="${GOPATH}/bin:${PATH}" protoc -I. \
5+
PATH="${GOPATH}/bin:${PATH}" protoc \
6+
-I. \
67
-I${GOPATH}/src \
7-
-I${GOPATH}/src/github.com/gogo/protobuf/protobuf/ \
8-
--go_out=plugins=grpc:. test.proto
8+
--go_out=plugins=grpc:. \
9+
test.proto
910

1011

testservice/test.pb.go

Lines changed: 15 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)