mirror of
https://github.com/taigrr/jety.git
synced 2026-04-02 03:19:03 -07:00
- 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%)
9 lines
114 B
Modula-2
9 lines
114 B
Modula-2
module github.com/taigrr/jety
|
|
|
|
go 1.26.1
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.6.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|