Hi All,
I am naive in Golang :), so please forgive me if my question seems silly.
I am trying to achieve the following telnet command in Go, but in vain.
"
telnet mx mydomain.com 25"
I found a package here –
github.com/reiver/go-telnet. However, I could not find a way to execute the aforementioned command.
Could someone shed some light on this?
Thanks in advance.