Skip to content

Latest commit

 

History

History
executable file
·
25 lines (22 loc) · 313 Bytes

README.md

File metadata and controls

executable file
·
25 lines (22 loc) · 313 Bytes

一、dcr-gin项目

借鉴于laravel 实现的 gin框架 骨架 整合

  • gorm
  • middleware
  • redis
  • goutils
  • zaplog
  • console
  • validate
  • config yaml文件

install

git clone https://github.com/guanhui07/dcr-gin.git
cd dcr-gin
go mod tidy
go mod vendor

启动

go run main.go run