diff options
Diffstat (limited to 'helpers/url.go')
-rw-r--r-- | helpers/url.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helpers/url.go b/helpers/url.go index f9a41dde3..83273324d 100644 --- a/helpers/url.go +++ b/helpers/url.go @@ -186,7 +186,6 @@ func getLanguagePrefix() string { } // IsAbsURL determines whether the given path points to an absolute URL. -// TODO(bep) ml tests func IsAbsURL(path string) bool { url, err := url.Parse(path) if err != nil { |