fix golint issues (#1027)

master
Kevin Wan 3 years ago committed by GitHub
parent 3f47251892
commit 24fd34413f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save