文件名称:结露测试
文件大小:143KB
文件格式:ZIP
更新时间:2024-03-17 22:02:21
Go
自述文件 Heroku URL 可用端点 POST /用户/创建 curl -X POST https://mysterious-stream-97316.herokuapp.com/users/create -d '{"name": "John Doe", "age": 23, "address": "1 Hampton Drive, CA"}' GET /用户/列表curl -X GET 运行服务器 $ go mod tidy && go mod vendor $ source .env $ go run main.go users.go 测验 $ go test ./...
【文件预览】:
dews-test-master
----go.mod(69B)
----users.go(1KB)
----main_test.go(2KB)
----.env(17B)
----go.sum(1024B)
----main.go(2KB)
----Readme.md(514B)
----vendor()
--------modules.txt(300B)
--------gopkg.in()
--------github.com()