aboutsummaryrefslogtreecommitdiff
path: root/lib/tabula/rows.go
AgeCommit message (Collapse)Author
11 daysall: apply go fixShulhan
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
With help of spdxconv tool [1], we able to bulk update all files license and copyright format to comply with SPDX formats. [1] https://kilabit.info/project/spdxconv/
2023-09-13lib/tabula: replace package "math/rand" with "crypto/rand"Shulhan
The rand.Seed has been deprecated since Go 1.20 (we use 1.20 in go.mod). The problem is if the user of this module is using Go tools < v1.20, there is no guarantee that the Seed is initialize randomly.
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2019-01-29lib/tabula: uncapitalized the parameter name on GroupByValueShulhan
2018-11-30all: fix linter warnings on naked returnShulhan
2018-11-29all: fix warnings from lintersShulhan
2018-09-18Merge package "github.com/shuLhan/tabula"Shulhan