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
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
2022-08-29
lib/http: increase time sleep waiting for server on example endpoint
Shulhan
2022-08-29
text/diff: rewrite the test using test.Data
Shulhan
2022-08-28
lib/text: add custom MarshalJSON to type Chunk and Line
Shulhan
2022-08-28
lib/json: remove solidus (slash) being escaped/unescaped
Shulhan
2022-08-25
_doc: cleaning up the documentation
Shulhan
2022-08-06
lib/totp: cleaning up the codes
Shulhan
2022-08-05
Release share v0.40.0 (2022-08-05)
v0.40.0
Shulhan
2022-08-05
all: simplify and remove unused tasks in Makefile
Shulhan
2022-08-05
_bin: add script to run Go benchmark
Shulhan
2022-08-03
lib/memfs: suppress linter warnings for sending to channel using select
Shulhan
2022-08-03
lib/dns: add field SOA to the ServerOptions
Shulhan
2022-08-03
lib/strings: update comment format on CleanWikiMarkup
Shulhan
2022-08-03
lib/strings: clean up test codes
Shulhan
2022-08-03
lib/http: add server options to generate index.html automatically
Shulhan
2022-08-03
lib/memfs: add method to generate index.html in Node's Content
Shulhan
2022-08-03
lib/memfs: simplify code by using return-first and else condition
Shulhan
2022-08-03
lib/mlog: simplify for-select channel consumers with for-range
Shulhan
2022-07-29
lib/websocket: reformat and paraphrase some comments
Shulhan
2022-07-29
lib/websocket: fix possible data race on client test
Shulhan
2022-07-27
lib/dns: change the TLS listen port when testing
Shulhan
[next]