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
/
variable_test.go
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
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
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-05-26
ini: escape the variable value when printing with String
Shulhan
2019-05-26
ini: remove unused cases in variable's String
Shulhan
2019-05-25
ini: rename varModeXXX to lineModeXXX
Shulhan
2019-05-25
ini: unexport Variable and Section
Shulhan
2018-09-26
lib/ini: move IsValueBoolTrue as common function
Shulhan
2018-06-02
variable: add method to check if value is boolean and true
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
variable: fix stringer on mode empty, comment, and subsection
Shulhan