Skip to content

MilsonCodes/gin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gin-template

template for go gin library

To begin, clone the repo, then run the commands:

go install
go run .

Define models and controllers in the associated directories, and routes in main.go. Make sure to edit your go.mod file in order to properly configure your project.