func vendor/golang.org/x/net/idna.ToASCII
3 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L47: func ToASCII(s string) (string, error) {
vendor/golang.org/x/net/http/httpguts
httplex.go#L338: host, err = idna.ToASCII(host)
net/http
h2_bundle.go#L7188: if a, err := idna.ToASCII(host); err == nil {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)