Fix incorrect db

This commit is contained in:
Eliot Whalan 2016-06-27 07:51:00 +10:00
parent 51995a8fd5
commit 86bc7cbca1
No known key found for this signature in database
GPG Key ID: C0A42175139840D6
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 {