diff options
| author | Horus_Arch | 2015-02-13 17:22:53 +0100 |
|---|---|---|
| committer | Horus_Arch | 2015-02-13 17:22:53 +0100 |
| commit | d6ab45e8ec5f26004b4efc07383245051d546bf3 (patch) | |
| tree | 6874e54f4240e31af44140682f53c874a502f1fd /app/controllers/db.go | |
| parent | 218d04ca12051c4330156fc1f3290f27bb24c155 (diff) | |
| download | statuspage-d6ab45e8ec5f26004b4efc07383245051d546bf3.tar.gz | |
Add misc functions.
Diffstat (limited to 'app/controllers/db.go')
| -rw-r--r-- | app/controllers/db.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/db.go b/app/controllers/db.go index f1ff18a..e96cb63 100644 --- a/app/controllers/db.go +++ b/app/controllers/db.go @@ -4,6 +4,7 @@ import ( "github.com/jinzhu/gorm" _ "github.com/mattn/go-sqlite3" "github.com/revel/revel" + "time" ) /* Maybe worth saving uptime history? */ |
