golang.org/x/net/idna.options.verifyDNSLength (field)
9 uses
golang.org/x/net/idna (current package)
idna10.0.0.go#L71: return func(o *options) { o.verifyDNSLength = verify }
idna10.0.0.go#L156: verifyDNSLength bool
idna10.0.0.go#L231: if p.verifyDNSLength {
idna10.0.0.go#L276: verifyDNSLength: true,
idna10.0.0.go#L318: if err == nil && p.verifyDNSLength && s == "" {
idna10.0.0.go#L327: if err == nil && p.verifyDNSLength {
idna10.0.0.go#L376: if p.verifyDNSLength && err == nil && (n == 0 || n > 63) {
idna10.0.0.go#L382: if toASCII && p.verifyDNSLength && err == nil {
idna10.0.0.go#L679: if p.verifyDNSLength {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |