| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 11 days | all: apply go fix | Shulhan | |
| 2026-01-15 | all: convert license and copyright to use SPDX identifiers | Shulhan | |
| 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-13 | lib/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-09 | all: reformat all codes using gofmt 1.19 (the Go tip) | Shulhan | |
| 2019-01-29 | lib/tabula: uncapitalized the parameter name on GroupByValue | Shulhan | |
| 2018-11-30 | all: fix linter warnings on naked return | Shulhan | |
| 2018-11-29 | all: fix warnings from linters | Shulhan | |
| 2018-09-18 | Merge package "github.com/shuLhan/tabula" | Shulhan | |
