forked from TrueCloudLab/restic
Disable mount command on Windows.
FUSE does not support Windows, so we disable it on Windows.
This commit is contained in:
parent
2dcb527828
commit
fb3778abb6
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
// +build !openbsd
|
// +build !openbsd
|
||||||
|
// +build !windows
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue