summaryrefslogtreecommitdiff
path: root/src/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.go')
-rw-r--r--src/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.go b/src/main.go
index 7b693ee..5de338a 100644
--- a/src/main.go
+++ b/src/main.go
@@ -9,6 +9,7 @@ import (
func main() {
log.Println("Starting birdscan")
+ go runServer()
for {
time.Sleep(1 * time.Second)
}