We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ini: allow changing the default section name (go-ini#319)
parser: fix line skipping when key is empty (go-ini#323)
write: pretty print section only if it is not the last one (go-ini#321) Co-authored-by: Joe Chen <[email protected]>
key: ignore empty values in `ValueWithShadows` (go-ini#316)
Return an empty array from `ValueWithShadows` if there is none (go-in… …i#313) Co-authored-by: Joe Chen <[email protected]>
Fix nested values can span sections (go-ini#306)
Fix python multiline EOF error (go-ini#309)
file: add `HasSection` method (go-ini#308) Co-authored-by: Joe Chen <[email protected]>
Fix parsing python multiline string (go-ini#299)
file: fix legacy tests