You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support dot notation for nested struct (#10)
* update go doc
* update example
* update README.md
* support dot notation for nested structs
* run test with -count=3 to avoid flaky failures
* code cleanup
* improve CI
* add more examples
* fix parallel test
Refactor/ Make module become zero-dependencies (#7)
- Remove these dependencies:
- `github.com/pkg/errors`
- `github.com/stretchr/testify`
- Update unit tests and err messages the the module returns
- Update codecov config