ZeroTierOne/vendor/github.com/hectane/go-acl/posix.go
2020-06-05 13:26:35 -07:00

8 lines
88 B
Go

//+build !windows
package acl
import "os"
// Chmod is os.Chmod.
var Chmod = os.Chmod