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
/
section.go
Age
Commit message (
Expand
)
Author
2025-01-23
all: use for-range with numeric
Shulhan
2023-11-12
lib/ini: append variable into section before any empty lines
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-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-02-06
lib/ini: realign all structs
Shulhan
2020-08-23
ini: ignore the last empty line on unsetAll
Shulhan
2020-05-16
ini: make the add method append the variable after existing same key
Shulhan
2020-05-16
ini: fix inconsistencies between empty string and boolean true
Shulhan
2019-06-18
ini: create new section or variable if not exist on Set
Shulhan
2019-06-07
ini: add method to get section object by section and/or subsection name
Shulhan
2019-05-26
ini: add methods to support templating
Shulhan
2019-05-26
ini: refactoring section methods
Shulhan
2019-05-25
ini: rename varModeXXX to lineModeXXX
Shulhan
2019-05-25
ini: unexport Variable and Section
Shulhan
2019-05-25
ini: add method to prune INI variables
Shulhan
2019-05-25
ini: cleanup, reformat, and repharase comments
Shulhan
2019-05-25
ini: remove unused method AddNewLine
Shulhan
2019-02-25
ini: add method to get all variable values with the same key
Shulhan
2018-08-17
lib/ini: remove unused "nolint" tag
Shulhan
2018-08-17
lib/ini: reformat and update comments
Shulhan
2018-05-18
section: add parameter to set default value if key not found
Shulhan
2018-05-13
section: add method to add newline and comment
Shulhan
2018-05-13
variable: Export key in lowercase field
Shulhan
2018-05-13
Export section's name and their lower case 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-13
Export Section sub, line number, and variables
Shulhan
2018-05-13
section: add field for line number
Shulhan
2018-05-13
section: change type from alias to struct
Shulhan
2018-05-12
Add copyright and license information
Shulhan
2018-05-11
Add method to manipulate variable in Section
Shulhan
2018-05-10
Refactor parser using bytes.Reader
Shulhan
2018-05-08
section.pushVar: do not trim whitespaces from key and value
Shulhan
2018-05-08
Add library for reading and writing INI file format
Shulhan