# README
usrbin-go
This is the Go SDK for usrbin.app.
Design Goals
- High compatibility with go projects. Avoid the go mod hell that some find themselves in.
# Packages
No description provided by the author
# Functions
No description provided by the author
Using GitHubUpdateChecker will cause the repo passed in to be the source of truth when checking for new updates.
UsingHomebrewFormula will cause the formula passed in to be used when checking if this CLI was installed using homebrew.
UsingHttpTimeout will set the timeout for all http requests made by this sdk.
UsingLogger can be set if you want to get log output from this sdk By default no log output is emitted.
UsingOCIUpdateChecker will cause the image passed in to be the source of truth when checking for new updates.
# Interfaces
No description provided by the author
# Type aliases
Option is a functional option for configuring the client.