2021-09-09 15:25:25 +03:00
|
|
|
//go:build !linux && !freebsd
|
|
|
|
// +build !linux,!freebsd
|
2016-07-17 23:03:23 +01:00
|
|
|
|
2022-08-28 13:21:57 +02: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 23:03:23 +01:00
|
|
|
package mount
|