mirror of
https://github.com/rclone/rclone.git
synced 2025-08-14 07:49:00 +02:00
mount: don't build on go1.10 as bazil/fuse no longer supports it
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
// +build linux darwin freebsd
|
||||
// +build linux,go1.11 darwin,go1.11 freebsd,go1.11
|
||||
|
||||
package mount
|
||||
|
||||
|
Reference in New Issue
Block a user