package
module
Version:
v0.0.0-...-45beecb
Opens a new window with list of versions in this module.
Published: Nov 21, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Gee
golang web 框架

Gee
"Gee" web 框架
探索本项目的文档 »
查看Demo
·
报告Bug
·
提出新特性
本篇README.md面向开发者
目录
上手指南
开发前的配置要求
- go mode init project
安装步骤
- go get https://github.com/learnselfs/gee
文件目录说明
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
鸣谢
Documentation
¶
Package gee @Author Bing
@Date 2023/9/26 21:09:00
@Describe gee main function
Source Files
¶
Directories
¶
Package config @Author Bing @Date 2023/10/9 15:03:00 @Desc
|
Package config @Author Bing @Date 2023/10/9 15:03:00 @Desc |
Package core @Author Bing @Date 2023/9/26 21:09:00 @Desc
|
Package core @Author Bing @Date 2023/9/26 21:09:00 @Desc |
Package middleware @Author Bing @Date 2023/10/17 10:56:00 @Desc
|
Package middleware @Author Bing @Date 2023/10/17 10:56:00 @Desc |
Package test @Author Bing @Date 2023/10/9 14:51:00 @Desc
|
Package test @Author Bing @Date 2023/10/9 14:51:00 @Desc |
Package utils @Author Bing @Date 2023/10/7 17:20:00 @Desc
|
Package utils @Author Bing @Date 2023/10/7 17:20:00 @Desc |
Click to show internal directories.
Click to hide internal directories.