1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-09 00:00:02 +01:00

Disable mount command on Windows.

FUSE does not support Windows, so we disable it on Windows.
This commit is contained in:
Klaus Post 2015-08-14 15:33:11 +02:00
parent 2dcb527828
commit fb3778abb6

View file

@ -1,4 +1,5 @@
// +build !openbsd
// +build !windows
package main