uploads to a hardcoded URL
compile exe for windows with -ldflags "-H windowsui" (among others)
build on windows for windows with:
set GOOS=windows; set GOARCH=amd64; go build -ldflags="-w -s -H=windowsgui" -o build/watcher.exe .
config.ini needs to be in the same folder as the .exe