文件名称:defaultproject, Web应用程序 Bootstrap.zip
文件大小:20KB
文件格式:ZIP
更新时间:2022-10-08 01:07:23
开源
defaultproject, Web应用程序 Bootstrap 默认项目 提供大多数web应用程序需要的要点- Pattern 和用户授权可以轻松扩展。它由 3个核心组件组成:Goji - 用于Golang的web microframework - http://goji.io/ape网络
【文件预览】:
defaultproject-master
----.gitignore(322B)
----system()
--------gzip.go(736B)
--------configuration.go(702B)
--------controller.go(783B)
--------core.go(3KB)
--------middleware.go(2KB)
----README.md(4KB)
----config.json.example(237B)
----views()
--------home.html(653B)
--------footer.html(618B)
--------main.html(2KB)
--------header.html(1KB)
--------auth()
----public()
--------css()
--------robots.txt(50B)
--------images()
--------js()
----LICENSE(1KB)
----models()
--------user.go(969B)
----helpers()
--------template.go(224B)
--------auth.go(469B)
----server.go(2KB)
----controllers()
--------doc.go(123B)
--------api()
--------web()