This project is a SDK and base client for Comet Server API using Golang.
- Import this repo into your Go program
- Run
go mod tidy
to download it (or let your IDE do it for you) - You're ready to go!
Read go.mod
to see the latest Go version this SDK was built with
- Update the changelog
- Run
go mod tidy
- Run
go test ./...
- Tag the release to the new version
- Push to tag the hosted repo
Bug reports and pull requests are welcome on GitHub at https://github.com/CometBackup/comet-go-sdk.
You may also submit issues via the ticket system at cometbackup.com.