From 5c762161f506f3b6add2c5b66ac5ba928447dab4 Mon Sep 17 00:00:00 2001 From: Travis Cline Date: Tue, 21 Mar 2017 13:14:36 -0700 Subject: [PATCH] Update go_out parameter to remove comma --- 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 ```