mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-27 01:13:43 +02:00
8 lines
88 B
Go
8 lines
88 B
Go
//+build !windows
|
|
|
|
package acl
|
|
|
|
import "os"
|
|
|
|
// Chmod is os.Chmod.
|
|
var Chmod = os.Chmod
|