index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
test
/
mock
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2025-01-23
all: use for-range with numeric
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2024-01-29
test/mock: implement mock for crypto [rand.Reader]
Shulhan
2023-09-11
test/mock: implement mock for testing io.ReadWriter or io.StringWriter
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-04-06
all: replace any usage of ioutil package with os or io
Shulhan
2020-06-06
all: use default linter options
Shulhan
2019-09-25
all: fix linter warnings
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-03-01
all: fix warnings from linter
Shulhan
2018-11-30
all: minimize and suppress linter warnings for global variables
Shulhan
2018-11-29
all: fix warning from linters
Shulhan
2018-09-13
lib/test/mock: mock the standard input with temporary file
Shulhan
2018-09-12
lib/test/mock: new package for mocking standard output and standard error
Shulhan