http://studygolang.com/articles/8804

protoc --go_out=. protocol.proto

E:\TEST\TESTGRPC\src\google.golang.org\grpc\examples\helloworld\helloworld>proto
c.exe --plugin=protoc-gen-go=%GOPATH%\bin\protoc-gen-go.exe --go_out=./ ./hellow
orld.proto

E:\TEST\TESTGRPC\src\google.golang.org\grpc\examples\helloworld\helloworld>proto
c.exe --plugin=protoc-gen-go=%GOPATH%\bin\protoc-gen-go.exe --go_out=plugins=grp
c:. ./helloworld.proto

protoc.exe --plugin=protoc-gen-go=c:\go\bin\protoc-gen-go.exe --go_out=plugins=grpc:. ./wg.proto

05-08 08:14