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

15 uses

	golang.org/x/net/idna (current package)
		idna10.0.0.go#L57: type Option func(*options)
		idna10.0.0.go#L65: 	return func(o *options) { o.transitional = true }
		idna10.0.0.go#L71: 	return func(o *options) { o.verifyDNSLength = verify }
		idna10.0.0.go#L80: 	return func(o *options) { o.removeLeadingDots = remove }
		idna10.0.0.go#L87: 	return func(o *options) {
		idna10.0.0.go#L108: 	return func(o *options) {
		idna10.0.0.go#L121: 	return func(o *options) { o.bidirule = bidirule.ValidString }
		idna10.0.0.go#L127: 	return func(o *options) {
		idna10.0.0.go#L145: 	return func(o *options) {
		idna10.0.0.go#L152: type options struct {
		idna10.0.0.go#L175: 	options
		idna10.0.0.go#L178: func apply(o *options, opts []Option) {
		idna10.0.0.go#L256: 	lookup   = &Profile{options{
		idna10.0.0.go#L265: 	display = &Profile{options{
		idna10.0.0.go#L273: 	registration = &Profile{options{