Skip to content

Commit 3d71ae9

Browse files
committed
Merge branch 'go1.14-compat' of ssh://github.com/hashicorp/go-getter into go1.14-compat
2 parents 9b37063 + 89ae239 commit 3d71ae9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

url.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ package getter
22

33
import "net/url"
44

5-
// RedactURL is a port of url.Redacted from the standard library.
5+
// RedactURL is a port of url.Redacted from the standard library,
6+
``
67
// which is like url.String but replaces any password with "xxxxx".
78
// Only the password in u.URL is redacted. This allows the library
89
// to maintain compatibility with go1.14.

0 commit comments

Comments
 (0)