Skip to content

Latest commit

 

History

History

go-zero

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Go-Zero 快速入门

视频和 PPT

文档

https://www.yuque.com/tal-tech/go-zero

快速使用

# 创建和启动服务
goctl api new greet
cd greet
go run greet.go -f etc/greet-api.yaml

# 访问接口
curl -i http:https://localhost:8888/greet/from/you
目录结构
  • great/ReadMe.md 目录结构、操作流程、以及客户端代码的生成。

官方完整的 Demo

源码分析

https://gitee.com/frank2020/go-zero