文件名称:echo-skeleton:回音骷髅
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-22 11:52:46
golang skeleton echo Go
我的APP 管理某事 发展 要求 安装 安装 生成文件 // Build a beta version of kongo $ make build // Clean up $ make clean // Creates folders and download dependencies $ make configure //Run tests and generates html coverage file make cover // Download project dependencies make depend // Format all go files make fmt //Run linters make lint // Run tests make test
【文件预览】:
echo-skeleton-master
----Gopkg.toml(949B)
----.gitignore(13B)
----Makefile(1KB)
----pkg()
--------handler()
--------cli()
--------log()
----README.md(490B)
----config()
--------app.conf(483B)
----Gopkg.lock(2KB)
----cmd()
--------app()