当前位置: 首页 > 工具软件 > micro-file > 使用案例 >

micro安装

夏骞尧
2023-12-01

一、安装 protobuf

  • 命令
go get github.com/micro/protobuf/{proto,protoc-gen-go}
  • 注:windows不支持 {...,...} 格式,我们可以分别执行,如下:
go get github.com/micro/protobuf/proto
go get github.com/micro/protobuf/protoc-gen-go

二、安装 go-micro

go get github.com/micro/go-micro

三、安装 micro

go get github.com/micro/micro

四、安装错误信息:找不到crypto包

git clone https://github.com/golang/crypto.git  $GOPATH/src/golang.org/x/crypto

五、参考地址

 类似资料: