github.com/rclone/rclone@v1.66.1-0.20240517100346-7b89735ae726/cmd/mount/mount_unsupported.go (about)

     1  //go:build !linux
     2  
     3  // Package mount implements a FUSE mounting system for rclone remotes.
     4  //
     5  // Build for mount for unsupported platforms to stop go complaining
     6  // about "no buildable Go source files".
     7  package mount