2019-09-30 12:41:21 -07:00

9 lines
88 B
Go

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