Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

Version 1.2.1

Compare
Choose a tag to compare
@hassiexx hassiexx released this 03 Dec 12:01
· 13 commits to master since this release

Version 1.2.1

  • Fixed UserWithContext doc.

Version 1.2.0

  • Added support for passing context to API calls. Use WithContext methods to do so. The default methods will make a call using context.Background()
  • Updated Go mod to 1.13
  • Updated dependencies
  • Improvements to docs
  • Fixed error message for adjusting guild points, made internal errors functions instead of var functions.
  • Exported ErrAdjustBounds and ErrAdjustInvalid errors
  • Renamed handle.go to struct.go