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.go
Age
Commit message (
Expand
)
Author
10 days
all: apply go fix
Shulhan
2025-01-23
all: use for-range with numeric
Shulhan
2025-01-23
all: replace "interface{}" with "any"
Shulhan
2024-08-04
lib/ini: mention that marshaling []byte does not supported
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-05
all: comply with linter recommendations #1
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2024-01-14
lib/ini: add method Keys
Shulhan
2024-01-14
lib/ini: use method IsExported in marshalStruct
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-11-17
lib/ini: create the file if its not exist on Open
Shulhan
2023-09-14
all: fix variable shadowing as reported by shadow tool
Shulhan
2023-09-11
lib/ini: remove unused parameters in unmarshal
Shulhan
2023-05-20
all: remove any usage of debug.Value in all packages
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-07-25
lib/ini: export the function to parse tag
Shulhan
2022-07-23
lib/ini: support escaped double-quote and colon in tag subsection
Shulhan
2022-07-22
lib/ini: handle marshaling slice of time.Time
Shulhan
2022-07-22
lib/ini: fix marshaling pointer to nil field
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: make the Marshal on map field sorted by keys
Shulhan
2021-03-03
ini: fix marshaling slice of pointer to struct
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
2020-06-06
all: use default linter options
Shulhan
2020-05-16
all: fix and suppress linter warnings
Shulhan
2020-05-16
ini: add method UnsetAll
Shulhan
2020-05-16
ini: fix inconsistencies between empty string and boolean true
Shulhan
2020-05-16
ini: add method to Unmarshal ini values to struct
Shulhan
2020-02-13
all: suppress false-positive linter warnings
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-16
ini: support marshaling and unmarshaling embedded structs
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-10
ini: check for possible nil variable on Write
Shulhan
2019-09-10
ini: write the readed ini object only if debug level is 3 on Open
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-14
all: fix nolint format
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
[next]