reorg imports, format code (#1024)

This commit is contained in:
Kevin Wan
2021-09-11 21:28:47 +08:00
committed by GitHub
parent 5b9bdc8d02
commit 0b6bc69afa
7 changed files with 2 additions and 9 deletions

View File

@@ -1,7 +1,6 @@
package postgres
import (
// imports the driver.
_ "github.com/lib/pq"
"github.com/tal-tech/go-zero/core/stores/sqlx"
)