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 a70fd5a commit c4a1b33Copy full SHA for c4a1b33
gofsutil_mount_windows.go
@@ -22,7 +22,7 @@ import (
22
var info []Info
23
24
func (fs *FS) getDiskFormat(ctx context.Context, disk string) (string, error) {
25
- return "", errors.New("not implemented")
+ return "", errors.New("not implemented,wait")
26
}
27
28
func (fs *FS) formatAndMount(ctx context.Context, source, target, fsType string, opts ...string) error {
0 commit comments