Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 759 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 759 Bytes

go-template-repository

Unittest status badge Coverage status badge Linter status badge

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.

Features

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