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
6 lines
159 B
Go
6 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
|