mirror of https://github.com/rclone/rclone.git
mount: add missing build constraint to fix Windows build
This commit is contained in:
parent
e131ef3714
commit
3dff91d691
|
@ -1,3 +1,5 @@
|
||||||
|
// +build linux darwin freebsd
|
||||||
|
|
||||||
package mount
|
package mount
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue