An open API service indexing awesome lists of open source software.

https://github.com/yagoleo/web

Go Web 通用脚手架 Go Web Common Scaffold
https://github.com/yagoleo/web

go go-web go-web-example go-web-framework golang golang-examples

Last synced: about 1 year ago
JSON representation

Go Web 通用脚手架 Go Web Common Scaffold

Awesome Lists containing this project

README

          

# Web

Go Web 通用脚手架 Go Web Common Scaffold

Go Web Common Project Templates

Structure:
Web
- controllers: 处理请求的函数
- dao: 数据库的一些操作
- logger: 日志
- logic: 业务逻辑
- models: 模板
- pkg: 第三方的库
- routes: 路由
- settings: 配置相关函数
- config.yaml: 配置文件
- main.go: 主程序