Thursday, November 14, 2024
HomeGolangWherein model of golang tls.Dial launched - Getting Assist

Wherein model of golang tls.Dial launched – Getting Assist


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)
}

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments