diff options
| author | Horus3 | 2015-02-21 18:37:28 +0100 |
|---|---|---|
| committer | Horus3 | 2015-02-21 18:37:28 +0100 |
| commit | bdb2d33a30765a25be3dd8c82b92517efa00dda8 (patch) | |
| tree | 7332415c103980a6d4e87ca6b8f563a9f6a87496 /app/fetch.go | |
| parent | b58e21a525e7e4aeda3ec51bfcb07390af8be465 (diff) | |
| download | statuspage-bdb2d33a30765a25be3dd8c82b92517efa00dda8.tar.gz | |
Add basic unit tests.
Diffstat (limited to 'app/fetch.go')
| -rw-r--r-- | app/fetch.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/fetch.go b/app/fetch.go index c8b0376..a3d3ae7 100644 --- a/app/fetch.go +++ b/app/fetch.go @@ -8,7 +8,7 @@ import ( "log" ) -func run() { +func jobRun() { c := c c.AddFunc("@every 10s", healthCheck) c.Start() |
