Skip to content

Commit 0e7551d

Browse files
- remove importing mysql driver
1 parent d6d6ffa commit 0e7551d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

helpers.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ package sql
44

55
import (
66
stdSql "database/sql"
7-
8-
// Import the mysql package
9-
_ "github.com/go-sql-driver/mysql"
107
)
118

129
// kill is used to kill a running query.

0 commit comments

Comments
 (0)