From b1133f25df3ec38b503e1ea6129ea6b3397968bb Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 6 Jun 2020 05:25:23 +0700 Subject: all: use default linter options --- lib/sql/table.go | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/sql/table.go') diff --git a/lib/sql/table.go b/lib/sql/table.go index 3dbdb984..4ecb198d 100644 --- a/lib/sql/table.go +++ b/lib/sql/table.go @@ -33,7 +33,6 @@ func (table *Table) Insert(tx *sql.Tx) (ids []int64, err error) { continue } - //nolint: gosec q := fmt.Sprintf("INSERT INTO %s (%s) VALUES (%s)", table.Name, strings.Join(names, ","), strings.Join(holders, ",")) -- cgit v1.3-5-g9baa