Merged in ghthor/goose/mymysql-driver-support (pull request #6: Load the mymysql database driver)

pull/2/head
Liam Staskawicz 2013-01-16 23:01:49 -08:00
commit e2d100db55
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import (
"errors"
"fmt"
_ "github.com/bmizerany/pq"
_ "github.com/ziutek/mymysql/godrv"
"log"
"os"
"path"