8 lines
120 B
Go
Executable File
8 lines
120 B
Go
Executable File
//+build dragonfly freebsd openbsd solaris windows
|
|
|
|
package tree
|
|
|
|
import "syscall"
|
|
|
|
const modeExecute = syscall.S_IXUSR
|