Introduction
We provide a Go SDK to help you integrate our services into your Go applications.
Installation
To install the Brifle SDK, add the following lines to your go.mod
file:
replace github.com/brifle-de/brifle-sdk => github.com/brifle-de/go-sdk v0.0.1
require github.com/brifle-de/brifle-sdk v0.0.1
Then run:
go get ./...