The basic building block for Go repositories. This template holds:
- Basic Go application
- Common GitHub workflow
- Pull request template
- Standard .gitignore
The Go workflow:
- Runs a linter on your code
- Builds your code
- Tests your code
The pull request template can be found at the link.
# Description
<!-- Describe the reasons behind your changes. -->
# Checklist
<!-- Checklist of action items (optional). -->
- [ ]