
go-zero
文章平均质量分 57
kilmerfun
这个作者很懒,什么都没留下…
展开
-
02 go-zero环境搭建
1. 需要一下依赖go-zero框架goctl go-zero的工具集protoc: https://github.com/protocolbuffers/protobuf/releasesprotoc-gen-goprotoc-gen-go-grpc注: 生成rpc业务代码需要最后面三项2. goctl安装参考https://github.com/zeromicro/go-zerofor Go 1.16 and latergo install github.com/zeromi原创 2022-03-30 23:00:15 · 2494 阅读 · 0 评论 -
03 go-zero goctl详细使用
一. goctl功能简介goctl是一个go-zero的工具集,运行goctl --help查看功能简介NAME: goctl - a cli tool to generate codeUSAGE: goctl [global options] command [command options] [arguments...]VERSION: 1.3.3 darwin/arm64COMMANDS: bug report a bug upgrade原创 2022-04-02 19:17:42 · 3546 阅读 · 0 评论