diff options
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? */ |
