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-02-07
Release share v0.43.0 (2022-02-07)
v0.43.0
Shulhan
2023-02-01
lib/http: add function MarshalForm
Shulhan
2023-01-19
clise: implement io Closer, Writer, StringWriter, and ByteWriter
Shulhan
2023-01-08
clise: add method UnmarshalJSON
Shulhan
2022-12-12
Release share v0.42.0 (2022-12-12)
v0.42.0
Shulhan
2022-11-28
lib/http: add methods PutForm and PutFormData on Client
Shulhan
2022-11-19
lib/websocket: fix test for the Go 1.20
Shulhan
2022-11-19
lib/ascii: seed math/rand to fix the example for Random function
Shulhan
2022-11-05
Release share v0.41.3 (2022-11-05)
v0.41.3
Shulhan
2022-10-28
lib/http: sanitize ServerUrl and request path
Shulhan
2022-10-20
lib/ssh: add private key to agent once client connected successfully
Shulhan
2022-10-20
ssh/config: change the method GenerateSigners to Signers
Shulhan
2022-10-19
lib/ssh: try both ssh agent and IdentityFile
Youfu Zhang
2022-10-18
ssh/sftp: set FileAttrs.name to filename
Youfu Zhang
2022-10-10
Release share v0.41.2 (2022-10-10)
v0.41.2
Shulhan
2022-10-10
lib/websocket: cleanup the channel gracefulClose during Close
Shulhan
2022-10-10
lib/websocket: check for EAGAIN and EINTR when reading raw socket
Shulhan
2022-10-10
lib/websocket: replace handleInvalidData and BadRequest with sendClose
Shulhan
2022-10-10
lib/websocket: fix possible data race on Client
Shulhan
2022-10-08
lib/websocket: rewords some comment and package documentation
Shulhan
2022-10-08
Release share v0.41.1 (2022-10-07)
v0.41.1
Shulhan
2022-10-05
email/dkim: fix tests with -count=X, where X>1
Shulhan
2022-10-05
lib/git: fix test with -count=X, where X>1
Shulhan
2022-10-05
lib/stmp: fix tests with -count=X, where X>1
Shulhan
2022-10-05
lib/http: simplify the default user-agent that send by Client
Shulhan
2022-10-05
lib/http: fix unit tests with -count=X, where X>1
Shulhan
2022-10-02
lib/websocket: remove global variables when testing rootRoute
Shulhan
2022-10-02
lib/dns: reset the ID pool during test
Shulhan
2022-09-23
lib/http: add unit test for UnmarshalForm
Shulhan
2022-09-22
lib/http: support embedded field on UnmarshalForm
Shulhan
2022-09-21
all: ignore _bin directory
Shulhan
2022-09-21
lib/ini: add example for marshaling slice inside map[string]T
Shulhan
2022-09-21
lib/test: fix Assert always fail if no changes after string diff
Shulhan
2022-09-21
text/diff: add field to indicate no difference found after diff-ing
Shulhan
2022-09-21
lib/paseto: reformat the documentation
Shulhan
2022-09-15
lib/test: use text/diff to compare strings on Assert
Shulhan
2022-09-15
lib/reflect: remove prefix from returned error on DoEqual
Shulhan
2022-09-15
lib/os: add test of Stat and Lstat
Shulhan
2022-09-15
lib/memfs: add test for deleting symlinks on DirWatcher
Shulhan
2022-09-15
lib/websocket: fix possible race during testing Client
Shulhan
2022-09-13
go.mod: set the minimum Go to 1.18 and update all dependencies
Shulhan
2022-09-13
lib/test: change the Assert parameter to Writer
Shulhan
2022-09-08
text/diff: rewrite the test again by reading from files
Shulhan
2022-09-07
lib/text: replace test.Assert with reflect.DeepEqual
Shulhan
2022-09-07
lib/text: replace json.Escape with strconv.Quote
Shulhan
2022-09-04
Release share v0.41.0 (2022-09-04)
v0.41.0
Shulhan
2022-09-04
all: update dependencies
Shulhan
2022-09-01
lib/memfs: fix SIGSEGV when node is deleted when being watched
Shulhan
2022-08-31
lib/memfs: remove unused parameter in isWatched and isIncluded
Shulhan
2022-08-31
lib/memfs: simplify checking for symlink
Shulhan
[next]