Skip to content

Commit

Permalink
Re-generate for new gRPC
Browse files Browse the repository at this point in the history
  • Loading branch information
lstoll committed Dec 17, 2016
1 parent 37600c2 commit b8e4e9c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 14 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
generate: helloproto/hello.pb.go

helloproto/hello.pb.go: vendor helloproto/hello.proto
@echo "Generating"
protoc --proto_path=.:vendor:"$$GOPATH"/src --go_out=plugins=grpc:. helloproto/hello.proto
48 changes: 34 additions & 14 deletions helloproto/hello.pb.go

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

0 comments on commit b8e4e9c

Please sign in to comment.