micro安装

1.安装protobuf

go get github.com/micro/protobuf/{proto,protoc-gen-go}

【micro安装】2.安装go-micro
go get github.com/micro/go-micro

3.安装micro
go get github.com/micro/micro

安装错误信息:找不到crypto包
git clone https://github.com/golang/crypto.git$GOPATH/src/golang.org/x/crypto

转自 https://www.jianshu.com/p/36d9376321cd

    推荐阅读