| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 11 days | all: apply go fix | Shulhan | |
| 2025-01-23 | all: replace "interface{}" with "any" | Shulhan | |
| 2023-05-20 | all: remove any usage of debug.Value in all packages | Shulhan | |
| Using global debug value for all packages turns out is not a good idea. | |||
| 2022-05-09 | all: reformat all codes using gofmt 1.19 (the Go tip) | Shulhan | |
| 2022-04-06 | all: replace any usage of ioutil package with os or io | Shulhan | |
| Since Go 1.16, the ioutil package has been deprecated. This changes replace any usage that use functions from ioutil package with their replacement from package os or package io. | |||
| 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 | |
