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
/
Makefile
Age
Commit message (
Expand
)
Author
2026-01-26
make: increase test timeout to 2m due to lib/email/dkim takes more 60s
Shulhan
2026-01-03
all: use SPDX license header format
Shulhan
2025-01-26
lib/goanalysis: package to complement "go vet"
Shulhan
2025-01-22
make: do not ignore error when running "go vet"
Shulhan
2024-09-13
all: replace golangci-lint with 'got vet'
Shulhan
2024-09-04
all: fix various linter warnings
Shulhan
2024-03-14
test/httptest: new helper for testing HTTP server handler
Shulhan
2024-03-09
Makefile: reorder default tasks and add flags for reproducible build
Shulhan
2024-03-06
all: conform with linter gosec, ineffasign, and makezero
Shulhan
2024-03-05
all: comply with linter recommendations #3
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-09-14
Makefile: replace golangci-lint with revive
Shulhan
2023-02-25
all: set the test timeout to 1m
Shulhan
2023-02-25
all: move the AUR packaging files into directory _AUR
Shulhan
2022-08-05
all: simplify and remove unused tasks in Makefile
Shulhan
2022-07-27
all: add PKGBUILD for shared tools in cmd
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
2021-10-09
Makefile: add -failfast and remove -p=1 on go test flags
Shulhan
2021-03-14
Makefile: remove any cover.html and cover.out on task "clean"
Shulhan
2021-02-21
all: use the ciigo binary instead of library to generate docs
Shulhan
2021-02-10
Makefile: run the test coverage using one CPU
Shulhan
2020-12-06
all: replace the tasks to serve and generate docs using ciigo as library
Shulhan
2020-11-09
Makefile: rename taks `genhtml` to `docs` and add task to serve the docs
v0.20.1
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-05-16
all: fix and suppress linter warnings
Shulhan
2020-05-14
Makefile: disable "testpackage" linter
Shulhan
2020-05-08
all: rename directory "doc" to "_doc"
Shulhan
2020-04-11
Makefile: add more phony tasks
Shulhan
2020-03-02
CHANGELOG: update and create symlinks inside doc
Shulhan
2020-02-13
Makefile: disable unnecessary linters on lint task
Shulhan
2019-10-03
Makefile: disable "funlen" and "godox" linters
Shulhan
2019-09-27
Makefile: add task to generate HTML files from asciidoc files
Shulhan
2019-03-02
all: suppress "dupl" linter warnings on test files
Shulhan
2018-11-30
all: fix and suppress linter warnings on long lines
Shulhan
2018-11-30
all: minimize and suppress linter warnings for global variables
Shulhan
2018-08-23
lib/dns: Implement DNS server with handler
Shulhan
2018-08-22
[test] make: enable race option when running test
Shulhan
2018-08-19
Fix typo on make file
Shulhan
2018-07-06
Add implementation of websocket server and client (RFC 6455)
Shulhan
2018-06-02
make: Replace gometalinter with golangci-lint
Shulhan
2018-05-18
make: add task for clean and distclean
Shulhan
2018-05-18
Add make file
Shulhan