aboutsummaryrefslogtreecommitdiff
path: root/lib/ini/doc.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2024-08-04lib/ini: mention that marshaling []byte does not supportedShulhan
2023-11-12lib/ini: update module documentationShulhan
2022-07-26lib/ini: parse comment as part of formatShulhan
2022-07-23lib/ini: support escaped double-quote and colon in tag subsectionShulhan
2022-04-18lib/ini: implement marshaling and unmarshaling map with struct elementShulhan
2021-10-23lib/ini: add example of marshal/unmarshaling of section with subShulhan
2021-02-28ini: update documentation and examplesShulhan
2020-05-16ini: fix inconsistencies between empty string and boolean trueShulhan
2019-05-26ini: add methods to support templatingShulhan
2019-05-25ini: split doc into its own fileShulhan