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 3d71ae9 commit e31b11f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion url.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package getter
import "net/url"

// 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 e31b11f

Please sign in to comment.