diff options
| author | Horus_Arch | 2015-02-26 02:40:52 +0100 |
|---|---|---|
| committer | Horus_Arch | 2015-02-26 02:40:52 +0100 |
| commit | 64ae2edb5a97f05f5592f58422adbc6ac089f9e8 (patch) | |
| tree | b375a73ec6bd0698d27cd01ef4307e62e9c1fa6d /app/utilities.go | |
| parent | 49ffcba2c3c4a19d147dd792d7f6c99b7545a491 (diff) | |
| download | statuspage-64ae2edb5a97f05f5592f58422adbc6ac089f9e8.tar.gz | |
Clean up. More backend code. Better UX and design.
Diffstat (limited to 'app/utilities.go')
| -rw-r--r-- | app/utilities.go | 1 |
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" |
