https://github.com/jsjzh/go-tiny-code
go-tiny-code
https://github.com/jsjzh/go-tiny-code
Last synced: 7 months ago
JSON representation
go-tiny-code
- Host: GitHub
- URL: https://github.com/jsjzh/go-tiny-code
- Owner: jsjzh
- Created: 2022-07-22T02:16:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T10:17:45.000Z (about 3 years ago)
- Last Synced: 2025-01-25T22:21:49.836Z (8 months ago)
- Language: Go
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-tiny-code
## 待办项
有哪些值得学习的 Go 语言开源项目? - 丸子的回答 - 知乎
https://www.zhihu.com/question/20801814/answer/2461184379- [x] 目录整理
- [ ] 入口文件 main.go
- [ ] config
- [ ] router
- [ ] controller
- [ ] middleware
- [ ] model
- [ ] schedule
- [ ] 调用外部服务 api
- [ ] 大框架先搭建好
- [ ] 日志文件写入
- [ ] 写一个最基础的增删改查功能,数据库就用 docker 起个本地的
- [ ] build Makefile
- [ ] dockerfile 创建本地 mysql redis 连接,可以参考 cnpmcore 项目
- [x] go air 实现热更新
- [ ] get post params 请求参数解析、验证
- [ ] 上传文件
- [ ] rpc 是个啥
- [ ] https://zhuanlan.zhihu.com/p/110424162