Tugon is a minimal API boilerplate built with Go's standard net/http package.
This is currently running on go 1.23.0 (or later)
cp .env.example .env
go run .
This uses swaggo for generating Swagger API Documentation. To generate docs, run:
swag init --parseDependency --parseInternal