type vendor/golang.org/x/net/idna.options

15 uses

	vendor/golang.org/x/net/idna (current package)
		idna10.0.0.go#L56: type Option func(*options)
		idna10.0.0.go#L64: 	return func(o *options) { o.transitional = true }
		idna10.0.0.go#L70: 	return func(o *options) { o.verifyDNSLength = verify }
		idna10.0.0.go#L79: 	return func(o *options) { o.removeLeadingDots = remove }
		idna10.0.0.go#L86: 	return func(o *options) {
		idna10.0.0.go#L107: 	return func(o *options) {
		idna10.0.0.go#L120: 	return func(o *options) { o.bidirule = bidirule.ValidString }
		idna10.0.0.go#L126: 	return func(o *options) {
		idna10.0.0.go#L144: 	return func(o *options) {
		idna10.0.0.go#L151: type options struct {
		idna10.0.0.go#L174: 	options
		idna10.0.0.go#L177: func apply(o *options, opts []Option) {
		idna10.0.0.go#L255: 	lookup   = &Profile{options{
		idna10.0.0.go#L264: 	display = &Profile{options{
		idna10.0.0.go#L272: 	registration = &Profile{options{