mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
f22029bf3d
This enables any rclone remote to be mounted and used as a filesystem with some limitations. Only supported for Linux, FreeBSD and OS X
7 lines
159 B
Go
7 lines
159 B
Go
// Build for mount for unsupported platforms to stop go complaining
|
|
// about "no buildable Go source files "
|
|
|
|
// +build !linux,!darwin,!freebsd
|
|
|
|
package mount
|