Fix typo in description
This commit is contained in:
parent
7ff61aa87b
commit
9a1ba21162
2
utils.go
2
utils.go
@ -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 {
|
func PathEscape(path string) string {
|
||||||
s := strings.Split(path, "/")
|
s := strings.Split(path, "/")
|
||||||
for i, e := range s {
|
for i, e := range s {
|
||||||
|
Loading…
Reference in New Issue
Block a user