Fix double package import

This commit is contained in:
Eliot Whalan 2016-06-19 16:39:56 +10:00
parent b39e67e2fb
commit 39edfebcdf
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"