1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00
Files
rclone/cmd/mount2/mount_unsupported.go
2021-09-19 11:28:40 +01:00

9 lines
209 B
Go

// Build for mount for unsupported platforms to stop go complaining
// about "no buildable Go source files "
//go:build !linux && (!darwin || !amd64)
// +build !linux
// +build !darwin !amd64
package mount2