Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 429 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 429 Bytes

Humbug Go

The Humbug Go library.

Installation

go get github.com/bugout-dev/humbug/go/pkg

Usage

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.