1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-26 13:13:31 +00:00
Files
rclone/vendor/github.com/pkg/sftp/syscall_good.go
2020-02-26 21:26:46 +00:00

9 lines
109 B
Go

// +build !plan9,!windows
// +build !js !wasm
package sftp
import "syscall"
const S_IFMT = syscall.S_IFMT