2021-09-09 12:25:25 +00:00
|
|
|
//go:build !linux && !freebsd
|
|
|
|
// +build !linux,!freebsd
|
2016-07-17 22:03:23 +00:00
|
|
|
|
2022-08-28 11:21:57 +00:00
|
|
|
// Package mount implements a FUSE mounting system for rclone remotes.
|
|
|
|
//
|
|
|
|
// Build for mount for unsupported platforms to stop go complaining
|
|
|
|
// about "no buildable Go source files".
|
|
|
|
//
|
|
|
|
// Invert the build constraint: linux freebsd
|
2016-07-17 22:03:23 +00:00
|
|
|
package mount
|