mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-12 16:10:03 +01:00
List vendor includes separately
This commit is contained in:
parent
5b0a2eeedd
commit
ef4565c176
11 changed files with 24 additions and 13 deletions
3
mysql.go
3
mysql.go
|
|
@ -3,9 +3,10 @@ package main
|
|||
import (
|
||||
"database/sql"
|
||||
"fmt"
|
||||
_ "github.com/go-sql-driver/mysql"
|
||||
"net/url"
|
||||
"strings"
|
||||
|
||||
_ "github.com/go-sql-driver/mysql"
|
||||
)
|
||||
|
||||
// MySQLDriver provides top level database functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue