GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
go get -u github.com/tal-tech/go-zero 6. Quick Start 编译goctl工具 go build tools/goctl/goctl.go 把goctl放到$PATH的目录下,确保goctl可执行 定义API文件,比如greet.api,可以在vs code里安装goctl插件,支持api语法 typeRequeststruct{Namestring`path:"name,options=you|me"`// 框架自动验证请求参数...
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Does go-zero API definition support JSON arrays? #4390 openedSep 24, 2024byerror0g 2 Issues on multi-condition query parameter combination. #4386 openedSep 20, 2024byalanxiongxing 3 Should I call r.Body.Close() when I read data from the request?
本系统zindle是使用go-zero开发的一个完整的全端系统,基于官方的bookstore案例情景开发。后台功能包括权限角色管理、菜单管理等企业系统必备模块,在此基础上,很方便的进行业务开发。 - xiaopenggithub/zindle
Highly concurrent mall system built on go-zero. Contribute to zhoushuguang/lebron development by creating an account on GitHub.
go-zero 代码自动生成辅助工具,支持gorm。 安装 GOPROXY=https://goproxy.cn/,direct go install github.com/qiaogw/gocode@latest 使用 首先gocode init,在当前目录和dbconf下生成config.yaml,根据业务自行编辑。 gocode gen -p 服务名 即可生成遵循go-zero标准的api和rpc服务。 其他配置参考 go-zero 和 gor...
git clone https://github.com/yedf/dtm.git 三、配置文件 1、找到项目跟文件夹下的conf.sample.yml 2、cp conf.sample.yml conf.yml 3、使用etcd , 把配置中下面这段注释打开 MicroService:Driver:'dtm-driver-gozero'#name of the driver to handle register/discoverTarget:'etcd://localhost:2379/dtmse...
go install github.com/MasterJoyHunan/gengin@v1.7.0 初始化一个 GO 项目 mkdir you-applicationcdyou-application go mod init you-app-pkg-name 在项目下定义 you-app.api 文件 api语法指南 you-app.api 文件内容示例 syntax = "v1" info( title: "some app" ) type bookRequest { Name string `jso...
main 6Branches0Tags Code Folders and files Name Last commit message Last commit date Latest commit kevwan Merge pull request#49from richzhao/patch-1 Mar 7, 2024 f1bd1fc·Mar 7, 2024 History 119 Commits .github/workflows Update ci Apr 30, 2022 ...