fix windows build

This commit is contained in:
Daniel Theophanes
2021-06-15 20:19:51 -05:00
parent 5f1fed4906
commit 36c9bf8c36
+1
View File
@@ -11,6 +11,7 @@ import (
"strconv" "strconv"
"strings" "strings"
"sync" "sync"
"syscall"
"time" "time"
"golang.org/x/sys/windows" "golang.org/x/sys/windows"