Hello Everybody,
I’m looking for during which model of go lang tls.dial() perform is launched. I attempted to go looking on-line about the identical however couldn’t discover. Might you please assist me on this.
Thanks
Madhusudan
Hiya there, are we speaking about this one?
It appears the identical perform is used internally, however I’m on the lookout for the beneath one
func Dial(community, addr string, config *Config) (*Conn, error) {
return DialWithDialer(new(web.Dialer), community, addr, config)
}