Skip to content

Commit

Permalink
Update go_out parameter to remove comma (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmc committed Mar 21, 2017
1 parent 4e90e43 commit 7e2af08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Make sure that your `$GOPATH/bin` is in your `$PATH`.
protoc -I/usr/local/include -I. \
-I$GOPATH/src \
-I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
--go_out=,plugins=grpc:. \
--go_out=plugins=grpc:. \
path/to/your_service.proto
```

Expand Down

0 comments on commit 7e2af08

Please sign in to comment.