aboutsummaryrefslogtreecommitdiff
path: root/lib/tabula/datasetinterface.go
AgeCommit message (Collapse)Author
11 daysall: apply go fixShulhan
2025-01-23all: replace "interface{}" with "any"Shulhan
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
2022-04-06all: replace any usage of ioutil package with os or ioShulhan
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-30all: fix linter warnings on naked returnShulhan
2018-11-29all: fix warnings from lintersShulhan
2018-09-18Merge package "github.com/shuLhan/tabula"Shulhan