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#L825: buf.WriteString(ui.String())
net/http
client.go#L162: auth := lastReq.User.String() + "@"
client.go#L1006: return strings.Replace(u.String(), u.User.String()+"@", u.User.Username()+":***@", 1)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)