Skip to content

Commit

Permalink
Merge pull request grpc#94 from iamqizhao/master
Browse files Browse the repository at this point in the history
fix helloworld README and update the generated code
  • Loading branch information
tbetbetbe committed Feb 26, 2015
2 parents 61b80a1 + 229dfd6 commit 7fd0aee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ OPTIONAL - Rebuilding the generated code
$ go get -a github.com/golang/protobuf/protoc-gen-go
$
$ # from this dir; invoke protoc
$ protoc -I ../protos ../protos/helloworld.proto --go_out=plugins=grpc:.
$ protoc -I ../protos ../protos/helloworld.proto --go_out=plugins=grpc:helloworld
```
4 changes: 2 additions & 2 deletions helloworld/helloworld.pb.go

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

0 comments on commit 7fd0aee

Please sign in to comment.