aboutsummaryrefslogtreecommitdiff
path: root/lib/ini/section.go
AgeCommit message (Expand)Author
2025-01-23all: use for-range with numericShulhan
2023-11-12lib/ini: append variable into section before any empty linesShulhan
2022-07-27lib/ini: fix parsing and saving multi line variablesShulhan
2022-07-26lib/ini: parse comment as part of formatShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-02-06lib/ini: realign all structsShulhan
2020-08-23ini: ignore the last empty line on unsetAllShulhan
2020-05-16ini: make the add method append the variable after existing same keyShulhan
2020-05-16ini: fix inconsistencies between empty string and boolean trueShulhan
2019-06-18ini: create new section or variable if not exist on SetShulhan
2019-06-07ini: add method to get section object by section and/or subsection nameShulhan
2019-05-26ini: add methods to support templatingShulhan
2019-05-26ini: refactoring section methodsShulhan
2019-05-25ini: rename varModeXXX to lineModeXXXShulhan
2019-05-25ini: unexport Variable and SectionShulhan
2019-05-25ini: add method to prune INI variablesShulhan
2019-05-25ini: cleanup, reformat, and repharase commentsShulhan
2019-05-25ini: remove unused method AddNewLineShulhan
2019-02-25ini: add method to get all variable values with the same keyShulhan
2018-08-17lib/ini: remove unused "nolint" tagShulhan
2018-08-17lib/ini: reformat and update commentsShulhan
2018-05-18section: add parameter to set default value if key not foundShulhan
2018-05-13section: add method to add newline and commentShulhan
2018-05-13variable: Export key in lowercase fieldShulhan
2018-05-13Export section's name and their lower case nameShulhan
2018-05-13Replace field type in Section and Variable from []byte to stringShulhan
2018-05-13Export variable key and valueShulhan
2018-05-13Export Section sub, line number, and variablesShulhan
2018-05-13section: add field for line numberShulhan
2018-05-13section: change type from alias to structShulhan
2018-05-12Add copyright and license informationShulhan
2018-05-11Add method to manipulate variable in SectionShulhan
2018-05-10Refactor parser using bytes.ReaderShulhan
2018-05-08section.pushVar: do not trim whitespaces from key and valueShulhan
2018-05-08Add library for reading and writing INI file formatShulhan