We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b37063 + 89ae239 commit 3d71ae9Copy full SHA for 3d71ae9
url.go
@@ -2,7 +2,8 @@ package getter
2
3
import "net/url"
4
5
-// RedactURL is a port of url.Redacted from the standard library.
+// RedactURL is a port of url.Redacted from the standard library,
6
+``
7
// which is like url.String but replaces any password with "xxxxx".
8
// Only the password in u.URL is redacted. This allows the library
9
// to maintain compatibility with go1.14.
0 commit comments