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
Age
Commit message (
Expand
)
Author
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-08-23
ini: ignore the last empty line on unsetAll
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-05-16
all: fix and suppress linter warnings
Shulhan
2020-05-16
ini: make the add method append the variable after existing same key
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
ini: move duplicate input test data as constant
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-16
ini: fix return value for empty string in IsValueBoolTrue
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-27
all: remove unnecessary trailing newline
Shulhan
2019-09-12
ini: set variable with "=" without a value default to empty string
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-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-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: escape the variable value when printing with String
Shulhan
2019-05-26
ini: add method to add, set, and unset variable
Shulhan
2019-05-26
ini: refactoring section methods
Shulhan
2019-05-26
ini: replace multiple ifs conditions with switch statement
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
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: reorder all methods by name
Shulhan
2019-05-25
ini: cleanup, reformat, and repharase comments
Shulhan
2019-05-25
ini: remove unused method AddNewLine
Shulhan
2019-05-25
ini: split doc into its own file
Shulhan
2019-05-25
ini: use direct constant declaration instead of iota
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
[prev]
[next]