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%)
This commit is contained in:
2026-03-06 10:32:42 +00:00
parent 60253426ae
commit dd7e2e3ecb
5 changed files with 162 additions and 6 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/taigrr/jety
go 1.26.0
go 1.26.1
require (
github.com/BurntSushi/toml v1.6.0