gin_app:测试,学习

时间:2024-03-26 17:16:48
【文件属性】:

文件名称:gin_app:测试,学习

文件大小:349KB

文件格式:ZIP

更新时间:2024-03-26 17:16:48

Go

杜松子酒应用 进行Web框架测试 杜松子酒是什么? Gin是一个用Go(Golang)编写的HTTP Web框架。它是一个框架martini但拥有更好性能的API框架,由于httprouter,速度提高了近40倍。 。 环境配置 设置环境变量GOPATH,可自定义文件夹 设置模块代理: go env -w GOPROXY=https://goproxy.cn,direct 打包 # Windows下编译 Linux平台的64位可执行程序: SET CGO_ENABLED = 0 SET GOOS = linux SET GOARCH = amd64 go build -o .\build\ .\main.go # Mac下编译Linux, Windows平台的64位可执行程序: CGO_ENABLED= 0 GOOS=linux GOARCH=amd64 go build main.g


【文件预览】:
gin_app-master
----api()
--------user.go(302B)
--------getImg.go(3KB)
--------index.go(332B)
----.gitignore(60B)
----go.mod(661B)
----README.MD(2KB)
----LICENSE(1KB)
----go.sum(13KB)
----main.go(1KB)
----files()
--------65993f68c96b8c1f7763c5d8a08072e7.jpg(330KB)
----.air.toml(1KB)
----test()
--------for.go(749B)
--------json.go(2KB)
--------array.go(659B)
--------int.go(817B)
--------map.go(2KB)
--------string.go(2KB)

网友评论