feat: rename module from tal-tech to zeromicro (#1413)
This commit is contained in:
@@ -3,7 +3,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"
|
||||
"github.com/zeromicro/go-zero/core/stores/sqlx"
|
||||
)
|
||||
|
||||
const postgresDriverName = "postgres"
|
||||
|
||||
Reference in New Issue
Block a user