1
0
mirror of https://github.com/rclone/rclone.git synced 2026-02-21 03:43:32 +00:00
Files
rclone/cmd/cmount/mount_unsupported.go
2026-01-29 10:24:33 +00:00

8 lines
352 B
Go

//go:build !((linux && cgo && cmount) || (darwin && cgo && cmount) || (freebsd && cgo && cmount) || (openbsd && cgo && cmount) || (windows && cmount))
// Package cmount implements a FUSE mounting system for rclone remotes.
//
// Build for cmount for unsupported platforms to stop go complaining
// about "no buildable Go source files".
package cmount