A Production-Ready Go template to kickstart your next Go lang Project.
- Database Support
- ORM Support
- Docker Integration
- Makefile Commands
- CLI Support
- REST API Ready
- Database Migrations
- Environment Config
- Modular Structure
- Testing e2e/integration/unit Support
git clone https://github.com/gauravst/got.git .
cp .env.example .env
make setup
Edit the following files:
config/local.yaml
– App configuration (port, host etc.).env
– Secrets and environment variables
go mod download
make migrate-up # Apply migrations
make migrate-down # Rollback migrations
Feel free to open issues and submit PRs. All contributions are welcome!
Licensed under the MIT License.