The Humbug Go library.
go get github.com/bugout-dev/humbug/go/pkg
First, create a "Bugout usage reports" integration at https://bugout.dev. Follow these instructions.
To import humbug
into your Go program:
import (
...
humbug "github.com/bugout-dev/humbug/go/pkg"
...
)
To use Humbug, follow the recipe.