Files
cloudly-min/.rclone_repo/vendor/github.com/a8m/tree/modes_unix.go
2020-01-13 03:37:51 +00:00

8 lines
147 B
Go
Executable File

//+build android darwin linux nacl netbsd
package tree
import "syscall"
const modeExecute = syscall.S_IXUSR | syscall.S_IXGRP | syscall.S_IXOTH