aboutsummaryrefslogtreecommitdiff
path: root/lib/ini/ini_example_test.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-01-14lib/ini: add method KeysShulhan
2023-11-12lib/ini: append variable into section before any empty linesShulhan
2023-09-11lib/ini: remove tag on un-exported struct fieldsShulhan
2023-09-11lib/ini: realign some structs in testShulhan
2022-09-21lib/ini: add example for marshaling slice inside map[string]TShulhan
2022-07-27lib/ini: fix parsing and saving multi line variablesShulhan
2022-04-19lib/ini: fix panic when marshaling unexported field with type structShulhan
2022-04-18lib/ini: implement marshaling and unmarshaling map with struct elementShulhan
2022-02-06lib/ini: realign all structsShulhan
2021-02-28ini: update documentation and examplesShulhan
2021-02-28ini: add support for marshaling pointer to struct and to time.TimeShulhan
2021-02-28ini: refactoring unmarshal functionShulhan
2021-02-25ini: add support for marshaling slice of structShulhan
2021-02-22ini: move the struct type inside the example codeShulhan
2020-05-16ini: fix inconsistencies between empty string and boolean trueShulhan
2020-02-13ini: move duplicate input test data as constantShulhan
2019-10-24ini: add method GetsUniq and ValsUniq that return uniq values onlyShulhan
2019-10-24ini: change Gets return as is, with duplicate valuesShulhan
2019-10-15ini: support marshaling and unmarshal time.TimeShulhan
2019-10-15ini: support marshaling and unmarshaling time.DurationShulhan
2019-09-05all: fix test for Go 1.13Shulhan
2019-07-16lib/ini: add function to unmarshal text into structShulhan
2019-07-16lib/ini: add function to marshal struct into stream of ini textShulhan
2019-07-09ini: add an empty line before section statementShulhan
2019-06-18ini: create new section or variable if not exist on SetShulhan
2019-06-07ini: add method to get section object by section and/or subsection nameShulhan
2019-06-02ini: add method Vars that return all variables as mapShulhan
2019-06-02ini: add parameter section and subsection nameShulhan
2019-05-26ini: add methods to support templatingShulhan
2019-05-26ini: add method to add, set, and unset variableShulhan
2019-05-25ini: unexport Variable and SectionShulhan
2019-05-25ini: add method to Rebase other INI objectShulhan
2019-05-25ini: add method to prune INI variablesShulhan
2019-05-25ini: add method to get variable values as slice of stringShulhan
2019-05-25ini: add method to convert key-value to mapShulhan