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
/
numbers
Age
Commit message (
Expand
)
Author
11 days
all: apply go fix
Shulhan
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2024-12-29
lib/numbers: fix package documentation that should be lib/slices
Shulhan
2024-12-29
lib/numbers: remove unused README and LICENSE
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2024-01-24
all: fix the warnings from linter revive
Shulhan
2023-09-13
lib/numbers: replace package "math/rand" with "crypto/rand"
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2019-08-28
all: replace document generator from asciidoctor to ciigo
Shulhan
2019-03-02
floats64: new package for working with slice of 64 bit float
Shulhan
2019-03-02
ints64: new package for working with slice of 64 bit integer
Shulhan
2019-03-02
numbers: move functions to process slices of int to package "ints"
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 warnings from linters
Shulhan
2018-11-29
all: fix warning from linters
Shulhan
2018-09-17
Merge package "github.com/shuLhan/numerus" into "lib/numbers"
Shulhan