summaryrefslogtreecommitdiff
path: root/app/utilities.go
diff options
context:
space:
mode:
authorHorus_Arch2015-02-26 02:40:52 +0100
committerHorus_Arch2015-02-26 02:40:52 +0100
commit64ae2edb5a97f05f5592f58422adbc6ac089f9e8 (patch)
treeb375a73ec6bd0698d27cd01ef4307e62e9c1fa6d /app/utilities.go
parent49ffcba2c3c4a19d147dd792d7f6c99b7545a491 (diff)
downloadstatuspage-64ae2edb5a97f05f5592f58422adbc6ac089f9e8.tar.gz
Clean up. More backend code. Better UX and design.
Diffstat (limited to 'app/utilities.go')
-rw-r--r--app/utilities.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/utilities.go b/app/utilities.go
index b34efd8..65a6716 100644
--- a/app/utilities.go
+++ b/app/utilities.go
@@ -8,6 +8,7 @@ import (
"fmt"
"github.com/garyburd/redigo/redis"
"golang.org/x/crypto/bcrypt"
+ // "html/template"
"io"
"io/ioutil"
"log"