2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-06 11:00:48 +00:00

Merge pull request #4401 from MichaelEischer/fix-windows-build

fuse: fix windows build
This commit is contained in:
Michael Eischer 2023-07-08 23:01:22 +02:00 committed by GitHub
commit 170e495334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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