Description
Related Issue
Checklist
check with "x", if applied to your change
- All methods associated with structs has
func (<first letter of struct> *struct) method() {}
name style. - Wrote unit tests for new/changed features.
- Followed the unit test
when,should
naming pattern. - Updated docs/doc.go and docs/*
- Updated example_test.go
- Updated README.md
- Executed
make examples
to update all examples inside docs/examples. - New public methods/structs/interfaces has comments upside them explaining they responsibilities
- Executed
make dod
with none issues pointed out bygolangci-lint