diff --git a/url.go b/url.go index 9ab35ff05..5371f49c3 100644 --- a/url.go +++ b/url.go @@ -2,7 +2,8 @@ package getter import "net/url" -// RedactURL is a port of url.Redacted from the standard library. +// RedactURL is a port of url.Redacted from the standard library, +`` // which is like url.String but replaces any password with "xxxxx". // Only the password in u.URL is redacted. This allows the library // to maintain compatibility with go1.14.