Categorygithub.com/PengWorkSpace/gin-example
modulepackage
0.0.0-20200701160647-9809741a572e
Repository: https://github.com/pengworkspace/gin-example.git
Documentation: pkg.go.dev

# README

Gin Example Restful Api 学习

项目结构搭建

  • conf:用于存储配置文件
  • middleware:应用中间件
  • models:应用数据库模型
  • pkg:第三方包
  • routers 路由逻辑处理
  • runtime:应用运行时数据

参考

https://eddycjy.com/posts/go/gin/2018-02-11-api-01/

# Packages

No description provided by the author
No description provided by the author
No description provided by the author