starter/README.md
2026-03-28 19:29:40 +08:00

13 lines
296 B
Markdown

# starter
```shell
# 1. 安装插件
go install github.com/cloudwego/hertz/cmd/hz@latest
go install github.com/cloudwego/thriftgo@v0.4.2
# 2. 初始化项目
hz new -module gitea.micah.wiki/pandora/starter -idl idl/api_service.thrift
# 3. 更新项目
hz update -idl idl/api_service.thrift
```