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-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
2024-12-28
lib/http: add method to return default HTTP Transport in Client
Shulhan
2024-12-28
lib/ssh: implement Run with context
Shulhan
2024-12-28
lib/play: simplify running Go code
Shulhan
2024-12-28
lib/play: move all HTTP related methods to its own file
Shulhan
2024-12-28
lib/play: initialize user's home and cache dir in init
Shulhan
2024-12-28
lib/play: implement function to test Go code
Shulhan
2024-12-07
Release pakakeh.go v0.58.1 (2024-12-07)
v0.58.1
Shulhan
2024-12-07
go.mod: update all dependencies
Shulhan
2024-12-06
lib/play: add custom request to run unsafe directory directly
Shulhan
2024-12-03
lib/memfs: move compiled regex to their options
Shulhan
2024-11-16
lib/play: add option to Run with specific Go version and without race
Shulhan
2024-10-30
lib/play: expose the Timeout variable
Shulhan
2024-10-06
.github/workflows: update Go to v1.23.2
Shulhan
2024-10-06
Release pakakeh.go v0.58.0 (2024-10-06)
v0.58.0
Shulhan
2024-10-06
go.mod: update all dependencies
Shulhan
2024-10-04
lib/play: new package for formatting and running Go code
Shulhan
2024-09-30
lib/http: add Server method to register handler by function
Shulhan
2024-09-30
lib/http: remove writing StatusNoContent on ResponseTypeNode
Shulhan
2024-09-30
lib/bytes: add function AppendInt64 and AppendUint64
Shulhan
2024-09-30
go.mod: update module to v1.22.0
Shulhan
2024-09-30
all: simplify some statements
Shulhan
2024-09-13
all: initialize SPDX license
Shulhan
2024-09-13
all: replace golangci-lint with 'got vet'
Shulhan
2024-09-04
Release pakakeh.go v0.57.0 (2024-09-03)
v0.57.0
Shulhan
2024-09-04
all: fix various linter warnings
Shulhan
2024-09-03
go.mod: update all dependencies
Shulhan
2024-08-09
lib/sql: replace [http.FileSystem] with [memfs.MemFS]
Shulhan
2024-08-09
lib/memfs: document the comparison with "go:embed" directive
Shulhan
2024-08-04
Release pakakeh.go v0.56.0 (2024-08-04)
v0.56.0
Shulhan
[next]