repositorypackage
0.0.0-20231121024321-45beecbedbd2
Repository: https://github.com/learnselfs/gee.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Gee
golang web 框架
Gee
"Gee" web 框架
探索本项目的文档 »
查看Demo
·
报告Bug
·
提出新特性
本篇README.md面向开发者
目录
上手指南
开发前的配置要求
- go mode init project
安装步骤
文件目录说明
eg:
├─config # 配置项
├─core # 核心功能
├─doc # 文档
├─middleware # 中间件文件
├─test # 测试和示例
└─utils # 工具函数
开发的架构
请阅读net/http 查阅为该项目的架构。
部署
暂无
使用到的框架
贡献者
请阅读CONTRIBUTING.md 查阅为该项目做出贡献的开发者。
如何参与开源项目
贡献使开源社区成为一个学习、激励和创造的绝佳场所。你所作的任何贡献都是非常感谢的。
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
版本控制
该项目使用Git进行版本管理。您可以在repository参看当前可用版本。
版本更新
- v1.0
- Complete basic utils log settings
- Complete basic http Handler interface
- v2.0
- Complete basic request response context management
- v3.0
- Complete basic router and handler binding mapping
- Optimize router trie configuration
- v4.0
- complete basic route group
- v5.0
- Complete basic middleware
- v6.0
- Complete basic html template
版权说明
该项目签署了 apache 授权许可,详情请参阅 LICENSE.txt