https://github.com/blankphp/blankgo
go 框架
https://github.com/blankphp/blankgo
Last synced: about 1 year ago
JSON representation
go 框架
- Host: GitHub
- URL: https://github.com/blankphp/blankgo
- Owner: blankphp
- Created: 2022-02-11T09:52:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T14:14:10.000Z (about 4 years ago)
- Last Synced: 2025-01-05T09:31:18.978Z (about 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# toy web framwork
> 本版本将实现如下
1. 路由参数实现`/user/:id`
2. 测试编写
3. 路由决策
4. 工厂模式
5. 优雅退出
下个版本将实现
1. 优化代码
2. 协程
3. 其他