快速生成 api 服务
2022年6月14日
快速生成 api 服务
goctl api new greet
cd greet
go mod init
go mod tidy
go run greet.go -f etc/greet-api.yaml
访问网页测试一下 http://localhost:8888/from/you
goctl api new greet
cd greet
go mod init
go mod tidy
go run greet.go -f etc/greet-api.yaml
访问网页测试一下 http://localhost:8888/from/you