https://github.com/habedi/template-go-project
A template for Go projects
https://github.com/habedi/template-go-project
go go-application go-library golang quality-of-life template-project template-repository
Last synced: 11 months ago
JSON representation
A template for Go projects
- Host: GitHub
- URL: https://github.com/habedi/template-go-project
- Owner: habedi
- License: mit
- Created: 2025-01-05T09:28:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-20T20:13:37.000Z (about 1 year ago)
- Last Synced: 2025-07-20T22:10:01.400Z (about 1 year ago)
- Topics: go, go-application, go-library, golang, quality-of-life, template-project, template-repository
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# A Template for Go Projects
This is a template repository with a minimalistic structure to make it easier to start a new Go project.
It is inspired by the recommendations
in [golang-standards/project-layout](https://github.com/golang-standards/project-layout).
I share it here in case it might be useful to others.
## Features
- Minimalistic project structure
- Pre-configured GitHub Actions for testing, building, and releasing
- Makefile for managing common tasks such as formatting, testing, and linting
- Example configuration files for popular tools like `golangci-lint`
- GitHub badges for tests, builds, code quality and coverage, documentation, etc.
## Contributing
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to make a contribution.
## License
This project is licensed under the MIT License ([LICENSE](LICENSE) or https://opensource.org/licenses/MIT)