Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 992 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 992 Bytes

Comet Go SDK

@CometBackup on Twitter MIT License

This project is a SDK and base client for Comet Server API using Golang.

Getting Started

  1. Import this repo into your Go program
  2. Run go mod tidy to download it (or let your IDE do it for you)
  3. 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.