fix(deps): update github.com/tribalwarshelp/shared commit hash to f4cb4c1 |
||
---|---|---|
example | ||
sdk | ||
.gitignore | ||
LICENSE | ||
README.md | ||
go.mod | ||
go.sum | ||
renovate.json |
README.md
TWHelp Golang SDK
A tool for interacting with TWHelp's API.
Getting started
This SDK requires Go version with Modules support. Make sure to initialize a Go module:
go mod init github.com/my/repo
and then install SDK:
go get -u github.com/tribalwarshelp/golang-sdk