Skip to content

Latest commit

 

History

History

go

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.