diff --git a/render.go b/render.go index 0cacb97..8d4c61f 100644 --- a/render.go +++ b/render.go @@ -41,7 +41,7 @@ import ( "encoding/xml" "fmt" "html/template" - "io" + "io" "io/ioutil" "net/http" "os" @@ -49,7 +49,6 @@ import ( "strings" "github.com/oxtoacart/bpool" - "github.com/go-martini/martini" )