2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 16:40:50 +00: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