Skip to content

Commit

Permalink
fix helloworld README and update the generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
iamqizhao committed Feb 26, 2015
1 parent f33424d commit 229dfd6
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
@@ -45,5 +45,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 229dfd6

Please sign in to comment.