Files
rclone/fs/rc/disks_unsupported.go

9 lines
149 B
Go

//go:build netbsd && 386
package rc
// getMounts returns a slice of disk mount points
func getMounts() (mounts []string) {
return []string{"/"}
}