Skip to content

Commit

Permalink
Merge branch 'go1.14-compat' of ssh://github.com/hashicorp/go-getter …
Browse files Browse the repository at this point in the history
…into go1.14-compat
  • Loading branch information
eculver committed Aug 26, 2021
2 parents 9b37063 + 89ae239 commit 3d71ae9
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 3d71ae9

Please sign in to comment.