An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# A Template for Go Projects





template-go-project logo





Tests


Linux Build


Windows Build


MacOS Build




Go Report Card


Go Reference


Code Coverage


CodeFactor




Docs


License


Release


Total Downloads

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)