module
0.0.0-20220218103323-ac5a0c28e845
Repository: https://github.com/tribalwarshelp/golang-sdk.git
Documentation: pkg.go.dev
# README
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