mirror of
https://github.com/rclone/rclone.git
synced 2024-11-29 20:14:24 +08:00
8 lines
120 B
Go
8 lines
120 B
Go
|
//+build dragonfly freebsd openbsd solaris windows
|
||
|
|
||
|
package tree
|
||
|
|
||
|
import "syscall"
|
||
|
|
||
|
const modeExecute = syscall.S_IXUSR
|