优秀的代码组织方式

请教一下各位大佬在项目中是怎么组织代码结构的呢?
特别是那种面向多个客户有定制化以及不同模块的项目。

阅读 2.5k
2 个回答

可以参考下开源项目, 比如

The fastest way to deploy a restful api's with Gin Framework with a structured project that defaults to PostgreSQL database and JWT authentication middleware stored in Redis

https://github.com/Massad/gin...

推荐问题