repositorypackage
1.35.0
Repository: https://github.com/cometbackup/comet-go-sdk.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Comet Go SDK
This project is a SDK and base client for Comet Server API using Golang.
Getting Started
- 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!
Development environment
Read go.mod
to see the latest Go version this SDK was built with
Releasing
- Update the changelog
- Run
go mod tidy
- Run
go test ./...
- Tag the release to the new version
- Push to tag the hosted repo
Getting Help
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.