Skip to content

learnselfs/gee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gee

golang web 框架

Contributors Forks Stargazers Issues MIT License LinkedIn


Gee

"Gee" web 框架
探索本项目的文档 »

查看Demo · 报告Bug · 提出新特性

本篇README.md面向开发者

目录

上手指南

开发前的配置要求
  1. go mode init project
安装步骤
  1. go get https://github.com/learnselfs/gee

文件目录说明

eg:

├─config        # 配置项
├─core          # 核心功能
├─doc           # 文档
├─middleware    # 中间件文件
├─test          # 测试和示例
└─utils         # 工具函数

开发的架构

请阅读net/http 查阅为该项目的架构。

部署

暂无

使用到的框架

贡献者

请阅读CONTRIBUTING.md 查阅为该项目做出贡献的开发者。

如何参与开源项目

贡献使开源社区成为一个学习、激励和创造的绝佳场所。你所作的任何贡献都是非常感谢的。

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. 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

鸣谢

About

Imitate go web gin project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages