Only ever run one scan at the same time

Also use a logging library
This commit is contained in:
2020-11-10 20:14:43 +01:00
parent e8afa72dfb
commit 28c9f61569
9 changed files with 155 additions and 72 deletions

5
constants.go Normal file
View File

@ -0,0 +1,5 @@
package main
const (
ENV_ADDR = "LOOKBUILDING_ADDR"
)