http: error strings should not be capitalized
This commit is contained in:
parent
d8a874c32b
commit
162aba60eb
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ func (f *Fs) readDir(ctx context.Context, dir string) (names []string, err error
|
||||||
return nil, fmt.Errorf("readDir: %w", err)
|
return nil, fmt.Errorf("readDir: %w", err)
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
return nil, fmt.Errorf("Can't parse content type %q", contentType)
|
return nil, fmt.Errorf("can't parse content type %q", contentType)
|
||||||
}
|
}
|
||||||
return names, nil
|
return names, nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue