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

fuse: fix windows build

This commit is contained in:
Michael Eischer 2023-07-08 22:40:22 +02:00
parent 4d43509423
commit 9d44682e3e

View file

@ -1,3 +1,6 @@
//go:build darwin || freebsd || linux
// +build darwin freebsd linux
package fuse
import (