Go url.Parse(string) fails with certain user names or passwords
Well, for Google's sake;
you can just
url.QueryEscape("your#$%^&*(proper$#$%%^(password")
and use this one to parse your url.
Well, for Google's sake;
you can just
url.QueryEscape("your#$%^&*(proper$#$%%^(password")
and use this one to parse your url.