Add missing windows dependency

This commit is contained in:
Cameron Moore 2019-12-29 18:08:35 -06:00
parent 876c853073
commit e1634fe669
231 changed files with 72439 additions and 37782 deletions

View file

@ -7,6 +7,8 @@ import (
"regexp"
"syscall"
"unsafe"
"golang.org/x/sys/windows"
)
// MkdirAll implementation that is volume path aware for Windows. It can be used