Gin Boilerplate
A skeleton to create an API with go and gin
Golang gin boilerplate, with GORM, gin and tests !
Quickstart
To run the server:
go run main.go
To run the tests:
mode=test go test -v ./...
Configuration
The application load the config.toml
if the environment variable mode is not defined.
If this variable is defined, the application will try to load the config.[mode].toml
file.