index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-04-18
Release pakakeh.go v0.60.1 (2025-04-18)
v0.60.1
Shulhan
2025-04-18
go.mod: update all dependencies
Shulhan
2025-04-18
lib/bytes: add method Peek to Parser
Shulhan
2025-04-18
lib/bytes: complete the SkipLine example until the end
Shulhan
2025-02-04
all: remove the nolint tags
Shulhan
2025-02-01
Release pakakeh.go v0.60.0 (2025-02-01)
v0.60.0
Shulhan
2025-01-26
lib/goanalysis: package to complement "go vet"
Shulhan
2025-01-26
lib/memfs: return nil on AddChild if path is not included
Shulhan
2025-01-25
lib/http: return an error when parsing Content-Range
Shulhan
2025-01-25
lib/hunspell: rename the package to "_hunspell"
Shulhan
2025-01-25
go.mod: update all dependencies
Shulhan
2025-01-25
lib/slices: copy the random test data on each run
Shulhan
2025-01-23
all: use for-range with numeric
Shulhan
2025-01-23
all: replace "interface{}" with "any"
Shulhan
2025-01-23
lib/net: remove old build tags
Shulhan
2025-01-23
lib/debug: remove the global Value variable
Shulhan
2025-01-23
all: replace [lib/bytes.WriteXxx] with standard library
Shulhan
2025-01-23
all: replace "lib/bytes.ReadXxx" with standard library
Shulhan
2025-01-23
all: replace "lib/bytes.AppendXxx" with standard library
Shulhan
2025-01-22
make: do not ignore error when running "go vet"
Shulhan
2025-01-22
lib/bytes: replace Copy and Concat with standard library
Shulhan
2025-01-22
lib/play: use [T.Error] instead of [T.Fatal] on non-test goroutine
Shulhan
2025-01-22
lib/http: always refresh a directory on GET request
Shulhan
2025-01-22
lib/test: call Helper method inside Assert
Shulhan
2025-01-17
lib/dns: improve the logging prefix on serveTCPClient
Shulhan
2025-01-17
lib/dns: detect invalid header earlier
Shulhan
2025-01-16
lib/play: handle writing files outside the [GoOptions.Root]
Shulhan
2025-01-16
lib/play: refactor functions as methods of type Go
Shulhan
2025-01-15
lib/dns: fix unpacking resource data on HTTPS record
Shulhan
2025-01-06
Release pakakeh.go v0.59.0 (2025-01-06)
v0.59.0
Shulhan
2025-01-06
lib/memfs: remove GoEmbed test that generate dynamic times
Shulhan
2025-01-06
lib/binary: implement buffer for reading/writing in BigEndian
Shulhan
2024-12-29
all: update README
Shulhan
2024-12-29
cmd/ansua: add and update documentation
Shulhan
2024-12-29
lib/numbers: fix package documentation that should be lib/slices
Shulhan
2024-12-29
all: merge package "lib/floats64" into "slices"
Shulhan
2024-12-29
all: merge package "lib/ints" and "lib/ints64" into "slices"
Shulhan
2024-12-29
lib/numbers: remove unused README and LICENSE
Shulhan
2024-12-28
lib/bytes: split the hexdump related functions to separate package
Shulhan
2024-12-28
lib/binary: implement append-only binary file
Shulhan
2024-12-28
lib/watchfs: cleaning up, merge shared identifiers to package file
Shulhan
2024-12-28
lib/watchfs: detach the options from memfs
Shulhan
2024-12-28
lib/memfs: move the old Watcher and DirWatcher to watchfs
Shulhan
2024-12-28
lib/memfs: refactoring Watch to use "watchfs/v2"
Shulhan
2024-12-28
watchfs/v2: implement new directory watcher
Shulhan
2024-12-28
watchfs/v2: implement new file watcher
Shulhan
2024-12-28
go.mod: update Go toolchains to version 1.23.4
Shulhan
2024-12-28
lib/test: update comment to show link on reflect.Equaler
Shulhan
2024-12-28
lib/reflect: refactor the Equaler method Equal
Shulhan
2024-12-28
lib/http: simplify setting Client Transport
Shulhan
[next]