1.使用go mod init 名称 创建项目
2.执行下面方法
1.go get github.com/micro/micro/v3
protobuf生成工具:
2.go get github.com/golang/protobuf/protoc-gen-go
go-micro自己的生成工具:
3.go get github.com/micro/protoc-gen-micro/v2
然后执行go mod download 可以发现下面的文件
2024-04-11 09:54:19