diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-06-06 05:25:23 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-06-06 05:25:42 +0700 |
| commit | b1133f25df3ec38b503e1ea6129ea6b3397968bb (patch) | |
| tree | 53a2c6755c6a2e0d9ed13b84603e5b8bcd2e3ee0 /lib/tabula | |
| parent | 8661178b08ce640d7c24aec8465802e4d5160e2a (diff) | |
| download | pakakeh.go-b1133f25df3ec38b503e1ea6129ea6b3397968bb.tar.xz | |
all: use default linter options
Diffstat (limited to 'lib/tabula')
| -rw-r--r-- | lib/tabula/dataset_test.go | 1 | ||||
| -rw-r--r-- | lib/tabula/tabula_test.go | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/tabula/dataset_test.go b/lib/tabula/dataset_test.go index 52f9954a..89e70b97 100644 --- a/lib/tabula/dataset_test.go +++ b/lib/tabula/dataset_test.go @@ -11,7 +11,6 @@ import ( "github.com/shuLhan/share/lib/test" ) -//nolint:gochecknoglobals var ( datasetRows = [][]string{ {"0", "1", "A"}, diff --git a/lib/tabula/tabula_test.go b/lib/tabula/tabula_test.go index dd8e646c..1d0f8be4 100644 --- a/lib/tabula/tabula_test.go +++ b/lib/tabula/tabula_test.go @@ -4,7 +4,6 @@ package tabula -//nolint:gochecknoglobals var ( testColTypes = []int{ TInteger, |
