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