8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
section: add ChildSections (go-ini#95) Also added (*File).ChildSecions.
parser: add LoadOptions.IgnoreInlineComment (go-ini#93)
struct: add more map to types with shadow (go-ini#92)
struct: support map to []int and []int64 (go-ini#92)
struct: support shadows for MapTo (go-ini#92) Only works for []string type field.
Add new function ShadowLoad
key: able to write out shadows
key: add shadow keys
Add (*Section).NewBooleanKey method Fixes go-ini#87
Add error check for PR go-ini#77