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
/
ascii
Age
Commit message (
Expand
)
Author
10 days
all: apply go fix
Shulhan
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-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-13
lib/ascii: replace package "math/rand" with "crypto/rand"
Shulhan
2023-06-18
lib/ascii: add unit and benchmark tests
Shulhan
2023-06-18
all: move internal/asciiset to ascii
Shulhan
2023-04-13
lib/ascii: change the package name in Example to have _test suffix
Shulhan
2022-11-19
lib/ascii: seed math/rand to fix the example for Random function
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2021-10-14
lib/ascii: change signature of ToLower and ToUpper
Shulhan
2021-10-14
lib/ascii: add examples for all exported functions
Shulhan
2021-10-14
lib/ascii: fix IsHex return false on 0
Shulhan
2020-06-06
all: use default linter options
Shulhan
2019-06-14
ascii: new library for working with ASCII characters
Shulhan