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
Age
Commit message (
Expand
)
Author
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
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
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
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
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-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-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
all: simplify some statements
Shulhan
2024-09-04
all: fix various linter warnings
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
lib/ini: mention that marshaling []byte does not supported
Shulhan
2024-08-04
lib/email: export the field Fields in Header
Shulhan
2024-08-03
lib/email: decode the message body based on content-transfer-encoding
Shulhan
[prev]
[next]