in options.go [70:76]
func WithOptions(opts ...Option) Option { return func(d *dialerConfig) { for _, opt := range opts { opt(d) } } }