in config.go [9:17]
func newClientConfig(opts ...clientConfigOption) clientConfig { config := &clientConfig{} for _, opt := range opts { opt(config) } return *config }