文件名称:try_go:杜松子酒的练习项目
文件大小:33KB
文件格式:ZIP
更新时间:2024-05-12 07:16:46
Go
用法 在本地运行 source localrc docker-compose -f local.yml up
【文件预览】:
try_go-master
----go.mod(755B)
----main.go(1KB)
----global()
--------global.go(981B)
----models()
--------articles_test.go(586B)
--------articles.go(2KB)
--------models.go(1001B)
----go.sum(51KB)
----database()
--------database.go(3KB)
--------postgres.go(2KB)
----config()
--------config.go(1KB)
----README.md(83B)
----handlers.article.go(2KB)
----api()
--------articles.go(2KB)
--------middleware()
--------api.go(3KB)
--------system.go(932B)
----templates()
--------index.html(541B)
--------menu.html(218B)
--------header.html(858B)
--------article.html(331B)
--------footer.html(36B)
----.gitignore(8B)
----server()
--------server.go(2KB)
----local.yml(1KB)
----localrc(1KB)