Skip to content

Commit 7e2af08

Browse files
authored
Update go_out parameter to remove comma (#333)
1 parent 4e90e43 commit 7e2af08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Make sure that your `$GOPATH/bin` is in your `$PATH`.
9090
protoc -I/usr/local/include -I. \
9191
-I$GOPATH/src \
9292
-I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \
93-
--go_out=,plugins=grpc:. \
93+
--go_out=plugins=grpc:. \
9494
path/to/your_service.proto
9595
```
9696

0 commit comments

Comments
 (0)