net/url.Userinfo.String (method, view implemented interface methods)
4 uses
net/url (current package)
url.go#L417: func (u *Userinfo) String() string {
url.go#L812: buf.WriteString(ui.String())
net/http
client.go#L163: auth := lastReq.User.String() + "@"
client.go#L1030: return strings.Replace(u.String(), u.User.String()+"@", u.User.Username()+":***@", 1)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)