From e31b11fdf2c022c94ca24ad852ff73f8cf567d4a Mon Sep 17 00:00:00 2001 From: Evan Culver Date: Thu, 26 Aug 2021 23:04:54 +0200 Subject: [PATCH] Update url.go Co-authored-by: Kent 'picat' Gruber --- url.go | 1 - 1 file changed, 1 deletion(-) diff --git a/url.go b/url.go index 5371f49c3..1eaa4ce9f 100644 --- a/url.go +++ b/url.go @@ -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.