Go + Gin + GORM, 小项目的快速启动方式
Find a file Use this template
2023-08-09 21:23:10 +08:00
config init 2023-08-08 12:06:03 +08:00
consts fix: is actually common user's session 2023-08-09 14:08:03 +08:00
global init 2023-08-08 12:06:03 +08:00
handlers/public init 2023-08-08 12:06:03 +08:00
inits init 2023-08-08 12:06:03 +08:00
middlewares fix: is actually common user's session 2023-08-09 14:08:03 +08:00
models init 2023-08-08 12:06:03 +08:00
routers fix: is actually common user's session 2023-08-09 14:08:03 +08:00
types init 2023-08-08 12:06:03 +08:00
utils init 2023-08-08 12:06:03 +08:00
.gitignore init 2023-08-08 12:06:03 +08:00
.gitlab-ci.yml chore: tweak ci file 2023-08-09 21:23:10 +08:00
config.yml.example init 2023-08-08 12:06:03 +08:00
docker-compose.dev.yml fix: db password 2023-08-08 14:43:36 +08:00
docker-compose.yml init 2023-08-08 12:06:03 +08:00
Dockerfile init 2023-08-08 12:06:03 +08:00
go.mod init 2023-08-08 12:06:03 +08:00
go.sum init 2023-08-08 12:06:03 +08:00
main.go init 2023-08-08 12:06:03 +08:00
ReadMe.md init 2023-08-08 12:06:03 +08:00

Go Gin Gorm

This is a Go project template containing Gin, Gorm and some other base packages.

Files are organized in Nya's way. Feel free to modify them.

Enjoy!