一个单体的后端服务框架,包含一以下技术代码,下载即用。
项目结构遵循:https://github.com/golang-standards/project-layout
conf: 服务配置 pkg: 服务共有代码 docs: swag文档 static: 保存的静态文件 internal: 服务私有代码 logs: 日志文件 script: 脚本文件
google代码规范:https://google.github.io/styleguide/go/guide uber代码规范:https://github.com/xxjwxc/uber_go_guide_cn