Skip to content

Commit c4a1b33

Browse files
committed
commit check
1 parent a70fd5a commit c4a1b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gofsutil_mount_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
var info []Info
2323

2424
func (fs *FS) getDiskFormat(ctx context.Context, disk string) (string, error) {
25-
return "", errors.New("not implemented")
25+
return "", errors.New("not implemented,wait")
2626
}
2727

2828
func (fs *FS) formatAndMount(ctx context.Context, source, target, fsType string, opts ...string) error {

0 commit comments

Comments
 (0)