From 776e9fcd4954d9d6e0f125cfd02d59c58df0ab27 Mon Sep 17 00:00:00 2001 From: Jie Fan Date: Mon, 13 Jul 2015 22:16:33 -0400 Subject: [PATCH] Fix indents. --- render.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" )