@@ -57,6 +57,12 @@ And now, let’s walk through the complete flow of quickly create a microservice
* install etcd, mysql, redis
+* install protoc-gen-go
+
+ ```shell
+ go get -u github.com/golang/protobuf/protoc-gen-go
+ ```
* install goctl
```shell
@@ -57,6 +57,12 @@
* 安装etcd, mysql, redis
+* 安装`protoc-gen-go`
* 安装goctl工具
@@ -60,6 +60,12 @@ And now, let’s walk through the complete flow of quickly create a microservice
@@ -60,6 +60,12 @@