Description
Related Issue
Checklist
check with "x", if applied to your change
- All methods associated with structs has
func (s *struct) method() {}
name style. - Wrote unit tests for new/changed features.
- Updated docs/doc.go
- Updated pkg/pdf/example_test.go
- Updated README.md
- Updated all examples inside internal/examples
- New public methods/structs/interfaces has comments upside them explaining they responsibilities
- Executed
make dod
with none issues pointed out bygolangci-lint
andgoreportcard-cli