Load the mymysql database driver

pull/2/head
Abigail Walthall 2013-01-16 17:28:46 -05:00
parent 85fac2eb96
commit c1e1680dc8
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"