Load the mymysql database driver

This commit is contained in:
Abigail Walthall 2013-01-16 17:28:46 -05:00
parent 85fac2eb96
commit c1e1680dc8

View File

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