in options.go [297:303]
func DialOptions(opts ...DialOption) DialOption { return func(cfg *dialCfg) { for _, opt := range opts { opt(cfg) } } }