diff options
| author | Horus3 | 2015-02-20 23:43:36 +0100 |
|---|---|---|
| committer | Horus3 | 2015-02-20 23:43:36 +0100 |
| commit | c92989a8fc738094b205094a1bdd458a40c23d9c (patch) | |
| tree | 45910c30216c81912d981e467582278c4fa35143 /app/main.go | |
| parent | a8d9e02831d4b01e47f24a30144b5522c03b2b8c (diff) | |
| download | statuspage-c92989a8fc738094b205094a1bdd458a40c23d9c.tar.gz | |
Add more targets for make, env.sh and check for configuration.
Diffstat (limited to 'app/main.go')
| -rw-r--r-- | app/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/main.go b/app/main.go index 72be13c..3850a4d 100644 --- a/app/main.go +++ b/app/main.go @@ -16,6 +16,7 @@ var mainTempl = template.Must(template.New("global").ParseGlob("../views/*.html" var c = cron.New() func main() { + check() run() InitDB() insertHost() |
