# 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 ```