mirror of
https://github.com/adnanh/webhook.git
synced 2025-06-03 11:12:28 +00:00
Add missing windows dependency
This commit is contained in:
parent
876c853073
commit
e1634fe669
231 changed files with 72439 additions and 37782 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue