mirror of
https://github.com/rclone/rclone.git
synced 2025-12-14 07:13:26 +00:00
vendor: add github.com/a8m/tree
This commit is contained in:
7
vendor/github.com/a8m/tree/modes_unix.go
generated
vendored
Normal file
7
vendor/github.com/a8m/tree/modes_unix.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
//+build android darwin linux nacl netbsd
|
||||
|
||||
package tree
|
||||
|
||||
import "syscall"
|
||||
|
||||
const modeExecute = syscall.S_IXUSR | syscall.S_IXGRP | syscall.S_IXOTH
|
||||
Reference in New Issue
Block a user