aboutsummaryrefslogtreecommitdiff
path: root/lib/ini/reader.go
AgeCommit message (Expand)Author
2026-01-08lib/ini: improve error message when parsing variable nameShulhan
2025-02-04all: remove the nolint tagsShulhan
2025-01-22lib/bytes: replace Copy and Concat with standard libraryShulhan
2024-03-06all: conform with linter gosec, ineffasign, and makezeroShulhan
2024-03-05all: comply with linter recommendations #3Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-05all: comply with linter recommendations #1Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-05-20all: remove any usage of debug.Value in all packagesShulhan
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-04-06all: replace any usage of ioutil package with os or ioShulhan
2022-02-06lib/ini: realign all structsShulhan
2021-03-01ini: increase the debug value minimum to 3Shulhan
2020-05-16ini: fix inconsistencies between empty string and boolean trueShulhan
2019-09-27all: remove unnecessary trailing newlineShulhan
2019-09-12ini: set variable with "=" without a value default to empty stringShulhan
2019-05-26ini: add methods to support templatingShulhan
2019-05-26ini: escape the variable value when printing with StringShulhan
2019-05-26ini: replace multiple ifs conditions with switch statementShulhan
2019-05-25ini: rename varModeXXX to lineModeXXXShulhan
2019-05-25ini: unexport Variable and SectionShulhan
2019-02-25ini: unexport the readerShulhan
2018-11-30all: fix and suppress linter warnings on long linesShulhan
2018-11-30all: minimize and suppress linter warnings for global variablesShulhan
2018-11-30all: fix linter warnings on naked returnShulhan
2018-11-29lib/ini: use package debug for initializing debug from environmentShulhan
2018-11-29all: fix warnings from lintersShulhan
2018-08-21lib/ini: allow underscore in variable nameShulhan
2018-08-17lib/ini: allow dot character '.' on variable nameShulhan
2018-08-17lib/ini: remove unused "nolint" tagShulhan
2018-05-18reader: do not add empty variable on end of fileShulhan
2018-05-13Export section's name and their lower case nameShulhan
2018-05-13reader: fix wrong line number on error messageShulhan
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-11reader: fix value with escaped character "\b", "\n", and "\t"Shulhan
2018-05-11Add method to manipulate variable in SectionShulhan
2018-05-10reader: return Ini instance on ParseFile and ParseShulhan
2018-05-10Refactor parser using bytes.ReaderShulhan
2018-05-08Fix comment grammarShulhan
2018-05-08Add getter methodShulhan
2018-05-08reader.parseSection: convert section to lowercaseShulhan
2018-05-08Change method signatures between Ini and ReaderShulhan
2018-05-08Move buffer to readerShulhan