From 30d0cc9f7ffc23a9f59224494ec0ef1fac3c0c3b Mon Sep 17 00:00:00 2001 From: evilsocket Date: Thu, 8 Feb 2018 01:36:44 +0100 Subject: [PATCH] balls --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index e59f8852..f75c71e3 100644 --- a/main.go +++ b/main.go @@ -78,5 +78,6 @@ func main() { } } + // Windows requires this otherwise the app never exits ... os.Exit(0) }