刚学习 Go 请教个问题

查看 80|回复 6
作者:ugpu   
以前都是 C++ 刚学习 Go 打算练练手. 结果发现项目结构千奇百怪。。
目前打算: gin + gorm + websockt 结合在一起做一个后端项目.可是目录结构如何划分?也没做过类似 web 项目.都是写 Linux C 后端 & windows 软件 的经历.
看到一个项目 可以自动生成结构 如下:
https://github.com/zhufuyi/sponge
或者有其他推荐的项目结构划分工具吗?

后端, 项目, 结构, 划分

storyxc   
之前看到的项目 https://github.com/golang-standards/project-layout
ugpu
OP
  
@storyxc 太感谢了 我想我找到了我想要的.
proxytoworld   
@storyxc 其实这个仓库被谷歌的人批评了来着...
golang-standards 这个账号也不是谷歌的人在管
LeslieLeung   
可以看看我的脚手架 https://github.com/LeslieLeung/gin-application-template
HanSonJ   
https://github.com/Hanson/hertz-starter-kit 我自用的,写 proto 可以生成 model 和 请求返回,生成业务模板代码,基于 hertz
yifeia   
go_zero 也蛮好用的我觉着
https://go-zero.dev/
您需要登录后才可以回帖 登录 | 立即注册

返回顶部