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
2026-02-11
lib/http: implement server auto shutdown when idle
Shulhan
2026-02-11
lib/http: add BasePath to the ServerOptions
Shulhan
2026-02-09
lib/git: skip test LogFollow when repository is shallow cloned
Shulhan
2026-02-09
lib/git: fix tests due to missing .git directory
Shulhan
2026-02-05
lib/http: change HandleFS redirect status code to 301 Moved Permanently
Shulhan
2026-02-05
lib/http: handle file system with canonical directory end with slash "/"
Shulhan
2026-02-03
lib/os: fix IsBinary that return true if file size less than 1024
Shulhan
2026-02-02
lib/http: add field Listener to ServerOptions
Shulhan
2026-02-02
lib/systemd: new package for socket-based activation
Shulhan
2026-02-02
lib/play: set the minimum Go tool version to 1.25.0
Shulhan
2026-02-02
lib/dns: remove unnessary log prefix on forwarder
Shulhan
2026-02-02
lib/dns: minimize use of append
Shulhan
2026-02-02
lib/dns: use separate ServeMux for handling DoH
Shulhan
2026-02-02
lib/dns: skip caching empty answer only for query type A
Shulhan
2026-02-02
lib/dns: remove DebugLevelDNS
Shulhan
2026-02-02
lib/dns: changes the request's kind field to string
Shulhan
2026-02-02
lib/dns: add option to set hook on server when receiving answer
Shulhan
2026-01-26
lib/dns: add method to set TTL on Message
Shulhan
2026-01-26
lib/dns: print the answer TTL in DebugLevelCache
Shulhan
2026-01-26
lib/dns: simplify log message for DebugLevelCache
Shulhan
2026-01-25
lib/dns: increase the client default timeout from 6 to 60 seconds
Shulhan
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2026-01-15
lib/test: ignore line prefixed with "//"
Shulhan
2026-01-15
lib/git: handle pattern "**/foo/**"
Shulhan
2026-01-14
lib/git: expose the API for IgnorePattern
Shulhan
2026-01-14
lib/git: pass "--" when running LogFollow command
Shulhan
2026-01-13
lib/git: add method LogFollow
Shulhan
2026-01-11
lib/git: fix ignore pattern with single wildcard '*'
Shulhan
2026-01-09
lib/os: add function IsBinaryStream
Shulhan
2026-01-08
lib/ini: improve error message when parsing variable name
Shulhan
2026-01-06
lib/http: add second return value, statusCode, to FSHandler
Shulhan
2026-01-06
lib/git: implement Equaler interface on Git
Shulhan
2026-01-06
lib/git: add Git type with method IsIgnored
Shulhan
2026-01-06
lib/git: implement Gitignore
Shulhan
2026-01-03
lib/test: implement method ExtractInput on Data
Shulhan
2026-01-03
lib/test: export the constant for default data file name suffix
Shulhan
2026-01-03
all: use SPDX license header format
Shulhan
2025-07-30
lib/time: add missing Hourly section in the package documentation
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-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
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
[prev]
[next]