mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-24 15:16:40 +00:00
9 lines
88 B
Go
9 lines
88 B
Go
//+build !windows
|
|
|
|
package acl
|
|
|
|
import "os"
|
|
|
|
// Chmod is os.Chmod.
|
|
var Chmod = os.Chmod
|