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
/
ini_example_test.go
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-01-14
lib/ini: add method Keys
Shulhan
2023-11-12
lib/ini: append variable into section before any empty lines
Shulhan
2023-09-11
lib/ini: remove tag on un-exported struct fields
Shulhan
2023-09-11
lib/ini: realign some structs in test
Shulhan
2022-09-21
lib/ini: add example for marshaling slice inside map[string]T
Shulhan
2022-07-27
lib/ini: fix parsing and saving multi line variables
Shulhan
2022-04-19
lib/ini: fix panic when marshaling unexported field with type struct
Shulhan
2022-04-18
lib/ini: implement marshaling and unmarshaling map with struct element
Shulhan
2022-02-06
lib/ini: realign all structs
Shulhan
2021-02-28
ini: update documentation and examples
Shulhan
2021-02-28
ini: add support for marshaling pointer to struct and to time.Time
Shulhan
2021-02-28
ini: refactoring unmarshal function
Shulhan
2021-02-25
ini: add support for marshaling slice of struct
Shulhan
2021-02-22
ini: move the struct type inside the example code
Shulhan
2020-05-16
ini: fix inconsistencies between empty string and boolean true
Shulhan
2020-02-13
ini: move duplicate input test data as constant
Shulhan
2019-10-24
ini: add method GetsUniq and ValsUniq that return uniq values only
Shulhan
2019-10-24
ini: change Gets return as is, with duplicate values
Shulhan
2019-10-15
ini: support marshaling and unmarshal time.Time
Shulhan
2019-10-15
ini: support marshaling and unmarshaling time.Duration
Shulhan
2019-09-05
all: fix test for Go 1.13
Shulhan
2019-07-16
lib/ini: add function to unmarshal text into struct
Shulhan
2019-07-16
lib/ini: add function to marshal struct into stream of ini text
Shulhan
2019-07-09
ini: add an empty line before section statement
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-06-02
ini: add method Vars that return all variables as map
Shulhan
2019-06-02
ini: add parameter section and subsection name
Shulhan
2019-05-26
ini: add methods to support templating
Shulhan
2019-05-26
ini: add method to add, set, and unset variable
Shulhan
2019-05-25
ini: unexport Variable and Section
Shulhan
2019-05-25
ini: add method to Rebase other INI object
Shulhan
2019-05-25
ini: add method to prune INI variables
Shulhan
2019-05-25
ini: add method to get variable values as slice of string
Shulhan
2019-05-25
ini: add method to convert key-value to map
Shulhan