Skip to content

Commit

Permalink
Update url.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kent 'picat' Gruber <[email protected]>
  • Loading branch information
eculver and picatz authored Aug 26, 2021
1 parent 854150f commit 89ae239
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion url.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 89ae239

Please sign in to comment.