fix protoc comment
This commit is contained in:
parent
ab7f7d6693
commit
0be3256d25
@ -127,8 +127,9 @@ There's still a need for proto compiler to generate Go stub code from our proto
|
||||
|
||||
### Compile the protobuf file
|
||||
|
||||
```
|
||||
`protoc -I$GOPATH/src --go_out=plugins=micro:$GOPATH/src $GOPATH/src/github.com/micro/go-micro/examples/service/proto/greeter.proto`
|
||||
```shell
|
||||
protoc -I$GOPATH/src --go_out=plugins=micro:$GOPATH/src \
|
||||
$GOPATH/src/github.com/micro/go-micro/examples/service/proto/greeter.proto
|
||||
```
|
||||
|
||||
### Define the service
|
||||
|
Loading…
Reference in New Issue
Block a user