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
- Host: GitHub
- URL: https://github.com/yagoleo/web
- Owner: YagoLeo
- Created: 2022-05-01T03:31:14.000Z (about 4 years ago)
- Default Branch: origin
- Last Pushed: 2023-05-05T02:37:45.000Z (about 3 years ago)
- Last Synced: 2025-05-08T22:55:19.502Z (about 1 year ago)
- Topics: go, go-web, go-web-example, go-web-framework, golang, golang-examples
- Language: Go
- Homepage:
- Size: 75.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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: 主程序