Hi Everyone,
I am trying to find in which version of go lang tls.dial() function is introduced. I tried to search online about the same but could not find. Could you please help me on this.
Thanks
Madhusudan
Hi Everyone,
I am trying to find in which version of go lang tls.dial() function is introduced. I tried to search online about the same but could not find. Could you please help me on this.
Thanks
Madhusudan
Hello there, are we talking about this one?
It seems the same function is used internally, but I am looking for the below one
func Dial(network, addr string, config *Config) (*Conn, error) {
return DialWithDialer(new(net.Dialer), network, addr, config)
}
Then it was here
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.