aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/go/base-web-goji.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/template/go/base-web-goji.go b/template/go/base-web-goji.go
index 24eba2a..a0cd74d 100644
--- a/template/go/base-web-goji.go
+++ b/template/go/base-web-goji.go
@@ -1,7 +1,6 @@
package main
import (
- "fmt"
"net/http"
"github.com/zenazn/goji"