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
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
2024-08-04
lib/ini: mention that marshaling []byte does not supported
Shulhan
2024-08-04
_doc: add partial note and summary for RFC 2183
Shulhan
2024-08-04
cmd/emaildecode: CLI to decode email body to plain text
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
2024-08-03
lib/email: allow message that end lines with LF only
Shulhan
2024-08-03
lib/memfs: another fix for refresh
Shulhan
2024-07-22
Release pakakeh.go v0.55.2 (2024-07-22)
v0.55.2
Shulhan
2024-07-22
lib/memfs: sanitize the Root directory to fix refresh
Shulhan
2024-07-22
cmd/bcrypt: check for error during Fscanln
Shulhan
2024-06-20
Release pakakeh.go v0.55.1 (2024-06-20)
v0.55.1
Shulhan
2024-06-18
all: update the git file links
Shulhan
2024-06-08
lib/http: add request type HTML
Shulhan
2024-06-08
lib/path: add method Path to Route
Shulhan
2024-05-04
Release pakakeh.go v0.55.0 (2024-05-04)
v0.55.0
Shulhan
2024-05-04
lib: comply with linter recommendations
Shulhan
2024-05-04
go.mod: update module go-x-crypto
Shulhan
2024-04-24
lib/http: refactoring "multipart/form-data" parameters in ClientRequest
Shulhan
2024-04-23
lib/http: allow all HTTP method to generate HTTP request with body
Shulhan
2024-04-17
telegram/bot: register GET endpoint to test webhook
Shulhan
2024-04-17
telegram/bot: move Webhook options initialization to separate method
Shulhan
2024-04-17
telegram/bot: fix Webhook URL registration
Shulhan
2024-04-13
go.mod: update all dependencies
Shulhan
2024-04-13
lib/dns: make server accept record type ANY
Shulhan
2024-04-12
lib/dns: return errInvalidMessage when received message cannot be parsed
Shulhan
2024-04-12
lib/dns: fix packing and unpacking OPT record
Shulhan
2024-04-10
lib/memfs: set embed file mode to print as octal
Shulhan
2024-04-04
Release pakakeh.go v0.54.0 (2024-04-04)
v0.54.0
Shulhan
2024-04-04
lib/dns: check for possible packet misformat in SVCB RR and TCP client
Shulhan
2024-04-03
lib/dns: fix unpacking ipv4hint on SVCB record
Shulhan
2024-04-03
cmd/httpdfs: set default include options to empty
Shulhan
2024-04-03
_AUR: update to include new CLI "ansua"
Shulhan
2024-04-03
cmd/ansua: command line interface to help tracking time
Shulhan
2024-03-27
lib/dns: refactor [Message.Unpack] to [UnpackMessage]
Shulhan
[next]