From 7e2af082b91765fadb2547a2b3a2c6fb8c1731cf Mon Sep 17 00:00:00 2001 From: Travis Cline Date: Tue, 21 Mar 2017 13:21:02 -0700 Subject: [PATCH] Update go_out parameter to remove comma (#333) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ce299f2a72..72126610633 100644 --- a/README.md +++ b/README.md @@ -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 ```