Go kit v0.13.0 is released, containing mostly minor fixes and dependency updates.
What's Changed
- Remove unused code by @sashamelentyev in https://github.com/go-kit/kit/pull/1188
- Use errors.Is for error handling by @sashamelentyev in https://github.com/go-kit/kit/pull/1187
- Fix docs by @sashamelentyev in https://github.com/go-kit/kit/pull/1198
- Refactor metrics/cloudwatch by @sina...