aboutsummaryrefslogtreecommitdiff
path: root/lib/strings/table.go
AgeCommit message (Collapse)Author
2025-01-23all: use for-range with numericShulhan
Go 1.22 now support for-range on numeric value.
2023-05-20all: remove any usage of debug.Value in all packagesShulhan
Using global debug value for all packages turns out is not a good idea.
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2018-11-30all: fix linter warnings on naked returnShulhan
2018-09-17Merge package "github.com/shuLhan/tekstus", part 3/3Shulhan