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-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
2022-07-19
lib/test: realign struct in the test
Shulhan
2022-07-16
go.mod: update all dependencies
Shulhan
2022-07-16
lib/memfs: set the Root SysPath to the first MemFS instance on Merge
Shulhan
2022-07-16
email/dkim: skip test that require external DNS records
Shulhan
2022-07-09
lib/memfs: rename Option field Development to TryDirect
Shulhan
2022-07-07
lib/memfs: ignore error on Get when calling node Update
Shulhan
2022-07-03
Release share v0.39.0 (2022-07-03)
v0.39.0
Shulhan
2022-07-03
doc: split changelog files by year
Shulhan
2022-07-02
lib/memfs: update the template format
Shulhan
2022-07-02
net/html: use inline replacement to clean up white spaces
Shulhan
2022-06-27
all: move lib/sanitize.HTML to net/html.Sanitize
Shulhan
[next]