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
/
ints
Age
Commit message (
Expand
)
Author
2024-12-29
all: merge package "lib/ints" and "lib/ints64" into "slices"
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
2024-01-24
all: fix the warnings from linter revive
Shulhan
2023-09-13
lib/ints: replace package "math/rand" with "crypto/rand"
Shulhan
2023-09-11
lib/ints: realign struct in test
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
2020-11-23
test: refactoring Assert with better error message
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-05-16
all: fix and suppress linter warnings
Shulhan
2019-10-21
all: fix and add missing comments
Shulhan
2019-09-24
ints: add function to merge two slices of integers by distance
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-03-02
ints: add function to remove value from slice
Shulhan
2019-03-02
numbers: move functions to process slices of int to package "ints"
Shulhan