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-05-02
Release share v0.46.0 (2023-05-02)
v0.46.0
Shulhan
2023-05-02
lib/time: calculate the next event on Scheduler run
Shulhan
2023-04-13
lib/reflect: change the package name in Example to have _test suffix
Shulhan
2023-04-13
lib/reflect: use doEqual inside IsEqual
Shulhan
2023-04-13
lib/reflect: add option to skip processing struct field in Do/IsEqual
Shulhan
2023-04-13
lib/reflect: remove the third return value from Marshal
Shulhan
2023-04-13
lib/bytes: fix linter warnings from revive
Shulhan
2023-04-13
lib/bytes: move unit Test for Read and SkipLine to Example
Shulhan
2023-04-13
lib/bytes: change the package name in Example to have _test suffix
Shulhan
2023-04-13
lib/ascii: change the package name in Example to have _test suffix
Shulhan
2023-04-09
lib/io: mark the package as deprecated
Shulhan
2023-04-09
lib/os: copy lib/io#ConfirmYesNo to lib/os
Shulhan
2023-04-09
lib/net: refactoring resolv.conf parser using lib/bytes#Parser
Shulhan
2023-04-09
lib/time: replace lib/io#Reader with lib/bytes#Parser
Shulhan
2023-04-09
lib/smtp: replace lib/io#Reader with lib/bytes#Parser
Shulhan
2023-04-09
lib/bytes: add method ReadLine to Parser
Shulhan
2023-04-09
lib/dns: refactoring zoneParser using lib/bytes#Parser
Shulhan
2023-04-09
lib/bytes: return the number of skipped chars on Skip(Horizontal)Spaces
Shulhan
2023-04-09
lib/dns: refactoring ParseHostsFile using lib/bytes#Parser
Shulhan
2023-04-09
lib/http: refactoring ParseResponseHeader using lib/bytes#Parser
Shulhan
2023-04-09
lib/bytes: add method Remaining to Parser
Shulhan
2023-04-08
lib/io: refactoring ParseContentType using lib/bytes#Parser
Shulhan
2023-04-08
lib/email: refactoring ParseBodyPart using libbytes.Parser
Shulhan
2023-04-08
lib/email: refactoring ParseMailboxes using lib/bytes#Parser
Shulhan
2023-04-08
lib/email: replace lib/io#Reader with lib/bytes#Parser
Shulhan
2023-04-08
email/dkim: replace lib/io#Reader with lib/bytes#Parser
Shulhan
2023-04-08
lib/bytes: add various methods to Parser
Shulhan
2023-04-08
lib/hunspell: replace lib/io with lib/os
Shulhan
2023-04-08
lib/os: add comment to error ErrExtractInputExt
Shulhan
2023-04-08
lib/os: merge some functions from lib/io
Shulhan
2023-04-05
lib/hunspell: replace lib/parser with lib/strings
Shulhan
2023-04-05
lib/http: replace lib/parser with lib/strings
Shulhan
2023-04-05
lib/strings: fix warnings from linter revive
Shulhan
2023-04-05
lib/strings: merge lib/parser here
Shulhan
2023-04-05
lib/bytes: implement function ParseHexDump
Shulhan
2023-04-05
lib/bytes: implement tokenize Parser
Shulhan
2023-04-05
lib/bytes: add function TrimNull
Shulhan
2023-04-04
lib/websocket: fix test on RootRouteAdd
Shulhan
2023-04-04
lib/bytes: changes the DumpPrettyTable output format
Shulhan
2023-04-03
lib/bytes: copy TokenFind to internal/bytes#TokenFind
Shulhan
2023-04-02
lib/net: add method WriteTo to ResolvConf
Shulhan
2023-04-01
Release share v0.45.0 (2023-04-01)
v0.45.0
Shulhan
2023-04-01
all: update list of packages in the README
Shulhan
2023-03-26
lib/telemetry: fix missing return error in Close
Shulhan
2023-03-26
cmd/agent-example: add collector for Go metrics
Shulhan
2023-03-26
lib/telemetry: log the error from BulkForward on goroutine collector
Shulhan
2023-03-26
lib/http: check and log the error when writing response in handleRange
Shulhan
2023-03-26
lib/http: fix empty branch when parsing range
Shulhan
2023-03-26
lib/email: remove unused variables in example of Header Filter
Shulhan
2023-03-26
lib/net: changes the PopulateQuery logic
Shulhan
[next]