Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 482 Bytes

1.环境安装.md

File metadata and controls

38 lines (22 loc) · 482 Bytes

1.环境安装

安装 consul

   brew install consul

安装 protobuf

brew install protobuf

安装 go

安装最新版本,且配置 go mod 代理

brew install go

echo "export GO111MODULE=on" >> ~/.zshrc

echo "export GOPROXY=https://goproxy.io" >> ~/.zshrc

安装 go 需要的执行文件

非 $GOPATH 目录下运行

go get github.com/micro/protoc-gen-micro

go get github.com/golang/protobuf/protoc-gen-go