Thanks for helping improve goconfig.
git clone https://github.com/fulldump/goconfig.git
cd goconfig
go test ./...- Keep PRs focused and small.
- Add tests for behaviour changes and bug fixes.
- Update
README.mdwhen API behaviour changes. - Ensure
go test ./...passes locally before opening a PR.
Please include:
- Go version (
go version) - Minimal reproducible example
- Current result and expected result
- Follow standard Go formatting (
gofmt). - Preserve backward compatibility whenever possible.
- Prefer explicit, actionable error messages.