We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a686051 commit 76176e6Copy full SHA for 76176e6
internal/filesystem/cgofuse/fuse_windows.go
@@ -11,7 +11,7 @@ import (
11
const (
12
cgoDepPanic = "cgofuse: cannot find winfsp"
13
cgoDepMessage = "WinFSP(http://www.secfs.net/winfsp/) is required" +
14
- "to mount on this platform, but it was not found"
+ " to mount on this platform, but it was not found"
15
16
systemNameOpt = "FileSystemName="
17
volNameOpt = "volname="
0 commit comments