2021-09-09 12:25:25 +00:00
|
|
|
//go:build !linux && (!darwin || !amd64)
|
2016-11-21 20:52:32 +00:00
|
|
|
|
2022-08-28 11:21:57 +00:00
|
|
|
// Package mount2 implements a FUSE mounting system for rclone remotes.
|
|
|
|
//
|
|
|
|
// Build for mount for unsupported platforms to stop go complaining
|
|
|
|
// about "no buildable Go source files".
|
2016-11-21 20:52:32 +00:00
|
|
|
package mount2
|