facest-go
Facest.io Go client.
Install
go get -u github.com/facest/facest-go
Usage
import "github.com/facest/facest-go"
// Replace API_KEY with your real key
client := facest.NewClient("API_KEY")Testing
Run integration tests with real API Key.
export FACEST_INTEGRATION_API_KEY=
go test -v -tags=integration