diff options
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() |
