This repository has been archived by the owner on Aug 27, 2020. It is now read-only.
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