This is a template repository for Go packages. Click "Use Template" in the top right of this page to create an own repository from it.
It contains
- a minimal working example of a go package in
foo
- an example of an unittest written in gocrest
- a valid go.mod and go.sum file
- GitHub Actions to test code, measure the coverage, check formatting and prevent linting errors