Fix double package import

This commit is contained in:
Eliot Whalan 2016-06-19 16:39:56 +10:00
parent f4ef1afda0
commit b20229ca98
No known key found for this signature in database
GPG Key ID: C0A42175139840D6
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@ import (
"log"
"net/http"
"database/sql"
"github.com/dchest/uniuri"
"github.com/ewhal/pygments"
_ "github.com/go-sql-driver/mysql"