mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-14 13:18:21 +00:00
Vendor Go modules
This commit is contained in:
10
go/vendor/github.com/hectane/go-acl/api/api.go
generated
vendored
Normal file
10
go/vendor/github.com/hectane/go-acl/api/api.go
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
//+build windows
|
||||
|
||||
// Windows API functions for manipulating ACLs.
|
||||
package api
|
||||
|
||||
import (
|
||||
"golang.org/x/sys/windows"
|
||||
)
|
||||
|
||||
var advapi32 = windows.MustLoadDLL("advapi32.dll")
|
Reference in New Issue
Block a user