index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ini
/
reader_test.go
Age
Commit message (
Expand
)
Author
2026-01-08
lib/ini: improve error message when parsing variable name
Shulhan
2024-03-05
all: comply with linter recommendations #3
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-11-12
lib/ini: add test for parsing multi line value without spaces
Shulhan
2022-07-27
lib/ini: fix parsing and saving multi line variables
Shulhan
2022-07-26
lib/ini: parse comment as part of format
Shulhan
2022-02-06
lib/ini: realign all structs
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2020-05-16
ini: fix inconsistencies between empty string and boolean true
Shulhan
2019-09-27
all: remove unnecessary trailing newline
Shulhan
2019-09-12
ini: set variable with "=" without a value default to empty string
Shulhan
2019-05-26
ini: replace multiple ifs conditions with switch statement
Shulhan
2019-05-25
ini: rename varModeXXX to lineModeXXX
Shulhan
2019-05-25
ini: unexport Variable and Section
Shulhan
2019-02-25
ini: unexport the reader
Shulhan
2018-11-29
all: fix warnings from linters
Shulhan
2018-08-21
lib/ini: allow underscore in variable name
Shulhan
2018-08-17
lib/ini: allow dot character '.' on variable name
Shulhan
2018-05-13
Replace field type in Section and Variable from []byte to string
Shulhan
2018-05-13
Export variable key and value
Shulhan
2018-05-12
Add copyright and license information
Shulhan
2018-05-11
[test] Add more test for parsing variable without value
Shulhan
2018-05-11
reader: fix value with escaped character "\b", "\n", and "\t"
Shulhan
2018-05-10
reader: return Ini instance on ParseFile and Parse
Shulhan
2018-05-10
Refactor parser using bytes.Reader
Shulhan
2018-05-08
Move buffer to reader
Shulhan
2018-05-08
Add library for reading and writing INI file format
Shulhan