aboutsummaryrefslogtreecommitdiff
path: root/resources.go
diff options
context:
space:
mode:
Diffstat (limited to 'resources.go')
-rw-r--r--resources.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/resources.go b/resources.go
index 48e8ff4..0bb033a 100644
--- a/resources.go
+++ b/resources.go
@@ -69,9 +69,7 @@ func loadTemplates() (err error) {
return err
}
-var (
- staticHandler http.Handler
-)
+var staticHandler http.Handler
// This init sets up static handlers. The resulting handlers must be
// used in the HTTP router, and do nothing unless called from elsewhere.