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
2023-03-26
lib/dns: fix packing, parsing, and saving MINFO resource data
Shulhan
2023-03-26
lib/dns: remove unnecessary HasSuffix
Shulhan
2023-03-26
lib/dns: fix packing and unpacking resource record HINFO
Shulhan
2023-03-25
lib/dns: fix all lint warnings suggested by revive and fieldalignment
Shulhan
2023-03-25
go.mod: set the minimum Go version to 1.19
Shulhan
2023-03-25
_bin: add shell script go-test-lint.sh to run test and lint sequentially
Shulhan
2023-03-25
lib/dns: fix parsing SRV record from zone file
Shulhan
2023-03-25
lib/dns: remove duplicate unit test for parseTXT
Shulhan
2023-03-25
lib/dns: allow parsing TXT rdata without quote in zone file
Shulhan
2023-03-25
lib/dns: add method to decode a charater-string
Shulhan
2023-03-23
lib/dns: handle zone file with CRLF line ending
Shulhan
2023-03-23
lib/dns: add function ParseZone
Shulhan
2023-03-23
lib/dns: change the zoneParser Reset method to accept []byte
Shulhan
2023-03-22
lib/dns: make sure zone origin always end with dot
Shulhan
2023-03-22
lib/dns: add method WriteTo to Zone
Shulhan
2023-03-22
lib/dns: use the packet length to derive current offset
Shulhan
2023-03-22
lib/dns: rename zoneParser Init method to Reset
Shulhan
2023-03-22
lib/dns: change the parameter of newZoneParser
Shulhan
2023-03-22
lib/dns: remove unnecessary statements on test Message
Shulhan
2023-03-22
lib/dns: simplify unpackDomainName return value for end
Shulhan
2023-03-22
lib/bytes: add function DumpPrettyTable
Shulhan
2023-03-22
lib/bytes: add function SplitEach
Shulhan
2023-03-20
lib/io: add method ReplaceAll on Reader
Shulhan
2023-03-17
lib/telemetry: add forwarder for questdb
Shulhan
2023-03-17
lib/telemetry: add formatter for Influxdata Line Protocol
Shulhan
2023-03-17
lib/telemetry: package for collecting and forwarding metrics
Shulhan
2023-03-12
_doc: add link to CHANGELOG 2022 in index
Shulhan
2023-03-12
lib/test: update the Assert comment related to latest changes
Shulhan
2023-03-12
_doc: split the CHANGELOG in year 2022 to separate file
Shulhan
2023-03-12
lib/http: add function to parse multipart Range response for Client
Shulhan
2023-03-12
lib/http: add integration test for request HEAD for Range
Shulhan
2023-03-12
lib/http: reformat comment in Client GenerateHttpRequest
Shulhan
2023-03-12
lib/http: add support for HTTP Range in Server
Shulhan
2023-03-12
lib/parser: add method TokenTrimSpace
Shulhan
2023-03-12
lib/parser: add method SetDelimiters
Shulhan
2023-03-02
lib/test: simplify the string diff output from Assert
Shulhan
2023-03-02
Release share v0.44.0 (2022-03-02)
v0.44.0
Shulhan
2023-02-28
all: run go mod tidy
Shulhan
2023-02-28
lib/clise: fix potential data race between Push and Slice
Shulhan
2023-02-25
all: set the test timeout to 1m
Shulhan
2023-02-25
all: access embedded field or methods using the type name
Shulhan
2023-02-25
lib/email: add an example for Filter method on Header
Shulhan
2023-02-25
cmd: temporarily hide unused commands
Shulhan
2023-02-25
AUR: add go-test-coverhtml.sh and go-bench.sh into package
Shulhan
2023-02-25
lib/time: changes the Scheduler nextSeconds to time.Duration
Shulhan
2023-02-25
lib/time: add unit tests for the rest of Scheduler
Shulhan
2023-02-25
lib/time: group each schedule by section on NewScheduler
Shulhan
2023-02-25
lib/time: fix After and Before logic
Shulhan
2023-02-25
all: move the AUR packaging files into directory _AUR
Shulhan
2023-02-25
lib/time: split the Scheduler parser to simplify testing
Shulhan
[prev]
[next]