summaryrefslogtreecommitdiff
path: root/src/main.go
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-06-11 09:06:56 +0200
committerxengineering <mail2xengineering@protonmail.com>2021-06-11 09:12:06 +0200
commitd93959de9f7ffd061dc57bec7c532829f592bf77 (patch)
tree5b6986d280a06d5671ed8657427ab87d1873742a /src/main.go
parent5ee9c18acf25ca06dfacdb857edbd54b8454b7e8 (diff)
downloadbirdscan-d93959de9f7ffd061dc57bec7c532829f592bf77.tar
birdscan-d93959de9f7ffd061dc57bec7c532829f592bf77.tar.zst
birdscan-d93959de9f7ffd061dc57bec7c532829f592bf77.zip
Implement Web Server
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)
}