cleanup imports

This commit is contained in:
andreimarcu 2015-09-24 02:08:44 -04:00
parent 2dbe318b18
commit 52b7e594f3
2 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,9 @@
package main package main
import ( import (
"github.com/flosch/pongo2"
"net/http" "net/http"
"github.com/flosch/pongo2"
"github.com/zenazn/goji/web" "github.com/zenazn/goji/web"
) )

View File

@ -9,7 +9,6 @@ import (
"regexp" "regexp"
"github.com/zenazn/goji" "github.com/zenazn/goji"
// "github.com/zenazn/goji/web"
) )
var Config struct { var Config struct {