func vendor/golang.org/x/net/idna.ToASCII
3 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L46: func ToASCII(s string) (string, error) {
vendor/golang.org/x/net/http/httpguts
httplex.go#L336: host, err = idna.ToASCII(host)
net/http
h2_bundle.go#L6956: if a, err := idna.ToASCII(host); err == nil {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)