1
0
mirror of https://github.com/rclone/rclone.git synced 2025-07-06 06:27:53 +02:00

mount: constrain to go1.13 or above otherwise bazil.org/fuse fails to compile

This commit is contained in:
Nick Craig-Wood
2020-02-26 16:28:55 +00:00
parent 9663f9b2ab
commit 17b4058ee9
9 changed files with 17 additions and 17 deletions

View File

@ -1,4 +1,4 @@
// +build linux,go1.11 darwin,go1.11 freebsd,go1.11
// +build linux,go1.13 darwin,go1.13 freebsd,go1.13
package cache_test