1 parent 5c55088 commit 8b52626Copy full SHA for 8b52626
common/paths/url.go
@@ -228,7 +228,7 @@ func UrlFromFilename(filename string) (*url.URL, error) {
228
}, nil
229
}
230
231
-// UrlToFilename converts the URL s to a filename.
+// UrlStringToFilename converts the URL s to a filename.
232
// If ParseRequestURI fails, the input is just converted to OS specific slashes and returned.
233
func UrlStringToFilename(s string) (string, bool) {
234
u, err := url.ParseRequestURI(s)
0 commit comments