1
0
mirror of https://github.com/rclone/rclone.git synced 2025-03-17 20:27:52 +02:00

8 lines
147 B
Go
Raw Normal View History

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