mirror of
https://github.com/rclone/rclone.git
synced 2025-08-09 05:54:43 +02:00
vendor: add github.com/a8m/tree
This commit is contained in:
7
vendor/github.com/a8m/tree/modes_bsd.go
generated
vendored
Normal file
7
vendor/github.com/a8m/tree/modes_bsd.go
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
//+build dragonfly freebsd openbsd solaris windows
|
||||
|
||||
package tree
|
||||
|
||||
import "syscall"
|
||||
|
||||
const modeExecute = syscall.S_IXUSR
|
Reference in New Issue
Block a user