mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2024-12-11 22:35:40 +01: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
|