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-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
2022-07-27
all: add PKGBUILD for shared tools in cmd
Shulhan
2022-07-27
_bin: add script to run Go test and generate HTML coverage
Shulhan
2022-07-27
_bin: add script go-mod-tip.sh
Shulhan
2022-07-27
all: make the share.Version in the command to be dynamic
Shulhan
2022-07-27
make: cleaning up and simplify Makefile
Shulhan
2022-07-27
cmd/gofmtcomment: add command "help" and "version"
Shulhan
2022-07-27
cmd/xtrk: add command "help" and "version"
Shulhan
2022-07-27
cmd/epoch: print the weekday in local and UTC time
Shulhan
2022-07-27
cmd/epoch: add flag to parse time from RFC3339 and RFC1123 format
Shulhan
2022-07-27
cmd/epoch: add command "help" and "version"
Shulhan
2022-07-27
cmd/ini: a CLI to get and set values in the INI file format
Shulhan
2022-07-27
lib/ini: fix parsing and saving multi line variables
Shulhan
2022-07-26
lib/ini: parse comment as part of format
Shulhan
2022-07-26
lib/ini: record benchmark result for Parse in separate file
Shulhan
2022-07-25
lib/ini: export the function to parse tag
Shulhan
2022-07-25
lib/xmlrpc: rewrite the test using test.Data
Shulhan
2022-07-25
lib/test: truncate the last new line at the end of input and output
Shulhan
2022-07-23
lib/test: sort the loaded test Data files
Shulhan
2022-07-23
lib/test: load test data files with suffix "_test.txt"
Shulhan
2022-07-23
lib/ini: convert the Get test using test.Data
Shulhan
2022-07-23
lib/ini: support escaped double-quote and colon in tag subsection
Shulhan
2022-07-22
lib/ini: refactoring test to use test.Data
Shulhan
2022-07-22
lib/ini: handle marshaling slice of time.Time
Shulhan
2022-07-22
lib/ini: fix marshaling pointer to nil field
Shulhan
2022-07-22
lib/test: implement Data, a type to load formatted file for helping test
Shulhan
[next]