mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-12 08:00:04 +01:00
Remove comment
This commit is contained in:
parent
87f981da09
commit
80eec3fe7b
1 changed files with 1 additions and 1 deletions
2
mysql.go
2
mysql.go
|
|
@ -3,7 +3,7 @@ package main
|
|||
import (
|
||||
"database/sql"
|
||||
"fmt"
|
||||
_ "github.com/adrianmacneil/go-mysql" // mysql driver
|
||||
_ "github.com/adrianmacneil/go-mysql"
|
||||
"net/url"
|
||||
"strings"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue