mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-25 23:51:06 +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
|