fix golint issues (#1027)

This commit is contained in:
Kevin Wan
2021-09-12 16:15:42 +08:00
committed by GitHub
parent 3f47251892
commit 24fd34413f
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
package clickhouse
import (
// imports the driver, don't remove this comment, golint requires.
_ "github.com/ClickHouse/clickhouse-go"
"github.com/tal-tech/go-zero/core/stores/sqlx"
)

View File

@@ -1,6 +1,7 @@
package postgres
import (
// imports the driver, don't remove this comment, golint requires.
_ "github.com/lib/pq"
"github.com/tal-tech/go-zero/core/stores/sqlx"
)