What's Changed
- Function call can be replaced with helper function by @deepsource-autofix in #550
- Fix unused method receiver by @deepsource-autofix in #551
- Unused parameter should be replaced by underscore by @deepsource-autofix in #552
- Deepsource quick fix by @kpacha in #558
- Simplify slice expression to sliced value itself by @deepsource-autofix in #559
- Remove unnecessary wrapping of function call by @deepsource-autofix in #560
- Simplify
makecall by @deepsource-autofix in #561 - Fix unnecessary typecasting on
(*bytes.Buffer)by @deepsource-autofix in #564 - Use plain channel send or receive by @deepsource-autofix in #563
- Types of function parameters can be combined by @deepsource-autofix in #565
- Code improvements by @kpacha in #568
- param validator middleware by @kpacha in #571
- always declare the endpoints sequentially by @kpacha in #572
New Contributors
- @deepsource-autofix made their first contribution in #550
Full Changelog: v2.0.1...v2.0.2