mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 02:48:55 +00:00
fuse: fix windows build
This commit is contained in:
parent
4d43509423
commit
9d44682e3e
@ -1,3 +1,6 @@
|
||||
//go:build darwin || freebsd || linux
|
||||
// +build darwin freebsd linux
|
||||
|
||||
package fuse
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user