Skip to content

Based on gin, gorm RESTFUL style backend framework, using go mod as the project's package manager

License

Notifications You must be signed in to change notification settings

detectiveHLH/go-backend-starter

Repository files navigation

go-backend-starter

中文 | English

介绍

使用Go Module作为依赖管理,基于Gin搭建Go的Web服务器,使用Endless来使服务器平滑重启,使用Swagger来自动生成Api文档。

安装

git clone https://github.com/detectiveHLH/go-backend-starter.git
cd go-backend-starter
go get
go run main.go

注意

  • go的版本需要高于1.11
  • 使用goland时,需要确保Go module是Enable状态

使用

许可

MIT

About

Based on gin, gorm RESTFUL style backend framework, using go mod as the project's package manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages