modulepackage
0.0.0-20210223025908-ab8afbfb14a9
Repository: https://github.com/xgxw/toddler-go.git
Documentation: pkg.go.dev
# README
toddler-go
本项目用于 在使用Go开发项目时, 记录遇到的问题和解决方案, 记录相关技术的使用示例和简介, 记录遇到的优秀代码, 以及项目框架, 然后在后续开发中借鉴并使用之.
首要目的是记录, 其次才是以更好的格式记录. 谨记这点, 不可因噎废食.
结构上, 项目分为两部分, 源码和文档(docs/).
源码直接展示了项目结构, 以及使用示例. 方便自己或对Go比较熟悉, 有一定基础的人阅读查看.
文档则是按难易程度, 从入门讲起(目前还没有完善)
整体上, 项目是基于 微服务 风格的, 主张持续交付, 微服务化.
TODO
- 更改项目结构, 只对外开放rpc/http等服务, db层基础结构, 中间 ctrl/svc 逻辑对外隐藏.
- 新建docs, 放于项目最外层.
- service结构体+interface迁移到 internal 中.
# 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
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author