Commit Graph

5 Commits

Author SHA1 Message Date
dd7e2e3ecb feat(getters): add GetFloat64 and GetInt64, fix docs
- Add GetFloat64 and GetInt64 methods to ConfigManager and package-level API
- Fix README precedence: actual order is Set > env > file > default
  (was incorrectly documented as file > env > default)
- Fix GetStringMap return type in API table: map[string]any, not map[string]string
- Bump Go to 1.26.1
- Add tests for all new getters (coverage 94.7% → 95.2%)
2026-03-06 10:32:42 +00:00
94b97a5825 chore(deps): update Go to 1.26.0, toml to v1.6.0, add tests for 97% coverage 2026-02-24 07:02:22 +00:00
c4c05732f5 update to fixup some race conditions 2026-01-24 20:29:43 -05:00
2cfada117b work on writing and reading configs 2023-11-02 11:35:10 -07:00
0b91893d31 go mod init, add stubbed funcs 2023-11-01 23:33:47 -07:00