1
mirror of https://github.com/rclone/rclone synced 2024-11-13 12:09:47 +01:00
rclone/vendor/github.com/a8m/tree/modes_unix.go

8 lines
147 B
Go
Raw Normal View History

2017-07-27 00:00:20 +02:00
//+build android darwin linux nacl netbsd
package tree
import "syscall"
const modeExecute = syscall.S_IXUSR | syscall.S_IXGRP | syscall.S_IXOTH