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
10 days
all: apply go fix
Shulhan
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2026-01-08
lib/ini: improve error message when parsing variable name
Shulhan
2025-02-04
all: remove the nolint tags
Shulhan
2025-01-23
all: use for-range with numeric
Shulhan
2025-01-23
all: replace "interface{}" with "any"
Shulhan
2025-01-22
lib/bytes: replace Copy and Concat with standard library
Shulhan
2024-09-04
all: fix various linter warnings
Shulhan
2024-08-04
lib/ini: mention that marshaling []byte does not supported
Shulhan
2024-03-06
all: conform with linter gosec, ineffasign, and makezero
Shulhan
2024-03-05
all: comply with linter recommendations #3
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-11-12
lib/ini: add test for parsing multi line value without spaces
Shulhan
2023-11-12
lib/ini: append variable into section before any empty lines
Shulhan
2023-11-12
lib/ini: update module documentation
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-09-11
lib/ini: remove tag on un-exported struct fields
Shulhan
2023-09-11
lib/ini: realign some structs in test
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-26
lib/ini: parse comment as part of format
Shulhan
2022-07-26
lib/ini: record benchmark result for Parse in separate file
Shulhan
2022-07-25
lib/ini: export the function to parse tag
Shulhan
2022-07-25
lib/test: truncate the last new line at the end of input and output
Shulhan
2022-07-23
lib/test: load test data files with suffix "_test.txt"
Shulhan
2022-07-23
lib/ini: convert the Get test using test.Data
Shulhan
2022-07-23
lib/ini: support escaped double-quote and colon in tag subsection
Shulhan
2022-07-22
lib/ini: refactoring test to use test.Data
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-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
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-04-06
all: replace any usage of ioutil package with os or io
Shulhan
2022-02-06
lib/ini: realign all structs
Shulhan
2022-02-06
lib/ini: make the Marshal on map field sorted by keys
Shulhan
2021-10-23
lib/ini: check for empty string on IsValidVarName
Shulhan
2021-10-23
lib/ini: add function IsValidVarName
Shulhan
2021-10-23
lib/ini: add example of marshal/unmarshaling of section with sub
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2021-03-03
ini: fix marshaling slice of pointer to struct
Shulhan
2021-03-01
ini: increase the debug value minimum to 3
Shulhan
[next]