summaryrefslogtreecommitdiff
path: root/lib/slices
AgeCommit message (Collapse)Author
2022-08-17tools: Upgrade to Go 1.19Luke Shumaker
1. Edit Makefile:goversion 2. Run `make go-mod-tidy` 3. Run `gofmt -s -w .` 4. Look at the ignore-whitespace-change diff and fixup band gofmt changes
2022-07-27add binary search tools to lib/slicesLuke Shumaker
2022-07-13Misc tidy upLuke Shumaker
2022-07-13Move the remaining former-generic.go parts out of lib/util/Luke Shumaker