Separate cmd package for easier importing (#11)

This commit is contained in:
Adrian Macneil 2017-05-04 20:58:23 -07:00 committed by GitHub
parent 247d7296f8
commit e393f387b3
21 changed files with 408 additions and 368 deletions

View file

@ -1,4 +1,4 @@
package main
package dbmate
import (
"database/sql"
@ -6,7 +6,7 @@ import (
"net/url"
"strings"
_ "github.com/go-sql-driver/mysql"
_ "github.com/go-sql-driver/mysql" // mysql driver for database/sql
)
// MySQLDriver provides top level database functions