@ -32,7 +32,7 @@ func newPathErrorErr(op string, path string, err error) error {
}
// PathEscape escapes all segemnts of a given path
// PathEscape escapes all segments of a given path
func PathEscape(path string) string {
s := strings.Split(path, "/")
for i, e := range s {
The note is not visible to the blocked user.