Fix incorrect db

This commit is contained in:
Eliot Whalan 2016-06-27 07:51:00 +10:00
parent 98eef33af3
commit 91782a7ef5
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ const (
) )
var ( var (
db *db.SQL db *sql.DB
) )
type Response struct { type Response struct {