summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-12-27Release pakakeh.go v0.60.2 (2025-12-27)v0.60.2Shulhan
2025-12-27go.mod: update all dependenciesShulhan
2025-07-30lib/time: add missing Hourly section in the package documentationShulhan
2025-07-02go.mod: update all dependenciesShulhan
2025-07-02_doc: fix broken linksShulhan
2025-07-02_doc: merge index.adoc into README.mdShulhan
2025-05-15go.mod: update all dependenciesShulhan
2025-04-18Release pakakeh.go v0.60.1 (2025-04-18)v0.60.1Shulhan
2025-04-18go.mod: update all dependenciesShulhan
2025-04-18lib/bytes: add method Peek to ParserShulhan
2025-04-18lib/bytes: complete the SkipLine example until the endShulhan
2025-02-04all: remove the nolint tagsShulhan
2025-02-01Release pakakeh.go v0.60.0 (2025-02-01)v0.60.0Shulhan
2025-01-26lib/goanalysis: package to complement "go vet"Shulhan
2025-01-26lib/memfs: return nil on AddChild if path is not includedShulhan
2025-01-25lib/http: return an error when parsing Content-RangeShulhan
2025-01-25lib/hunspell: rename the package to "_hunspell"Shulhan
2025-01-25go.mod: update all dependenciesShulhan
2025-01-25lib/slices: copy the random test data on each runShulhan
2025-01-23all: use for-range with numericShulhan
2025-01-23all: replace "interface{}" with "any"Shulhan
2025-01-23lib/net: remove old build tagsShulhan
2025-01-23lib/debug: remove the global Value variableShulhan
2025-01-23all: replace [lib/bytes.WriteXxx] with standard libraryShulhan
2025-01-23all: replace "lib/bytes.ReadXxx" with standard libraryShulhan
2025-01-23all: replace "lib/bytes.AppendXxx" with standard libraryShulhan
2025-01-22make: do not ignore error when running "go vet"Shulhan
2025-01-22lib/bytes: replace Copy and Concat with standard libraryShulhan
2025-01-22lib/play: use [T.Error] instead of [T.Fatal] on non-test goroutineShulhan
2025-01-22lib/http: always refresh a directory on GET requestShulhan
2025-01-22lib/test: call Helper method inside AssertShulhan
2025-01-17lib/dns: improve the logging prefix on serveTCPClientShulhan
2025-01-17lib/dns: detect invalid header earlierShulhan
2025-01-16lib/play: handle writing files outside the [GoOptions.Root]Shulhan
2025-01-16lib/play: refactor functions as methods of type GoShulhan
2025-01-15lib/dns: fix unpacking resource data on HTTPS recordShulhan
2025-01-06Release pakakeh.go v0.59.0 (2025-01-06)v0.59.0Shulhan
2025-01-06lib/memfs: remove GoEmbed test that generate dynamic timesShulhan
2025-01-06lib/binary: implement buffer for reading/writing in BigEndianShulhan
2024-12-29all: update READMEShulhan
2024-12-29cmd/ansua: add and update documentationShulhan
2024-12-29lib/numbers: fix package documentation that should be lib/slicesShulhan
2024-12-29all: merge package "lib/floats64" into "slices"Shulhan
2024-12-29all: merge package "lib/ints" and "lib/ints64" into "slices"Shulhan
2024-12-29lib/numbers: remove unused README and LICENSEShulhan
2024-12-28lib/bytes: split the hexdump related functions to separate packageShulhan
2024-12-28lib/binary: implement append-only binary fileShulhan
2024-12-28lib/watchfs: cleaning up, merge shared identifiers to package fileShulhan
2024-12-28lib/watchfs: detach the options from memfsShulhan
2024-12-28lib/memfs: move the old Watcher and DirWatcher to watchfsShulhan