Re: [go-nuts] Golang telnet package

2020-07-12 Thread Ian Lance Taylor
On Sun, Jul 12, 2020 at 8:02 AM David Riley wrote: > > On Jul 12, 2020, at 10:17 AM, Harris Newman wrote: > > > > I'm writing a telnet server and have found several packages which provide > > telnet functionality, but can't find any telnet support in the standard > > library or other packages i

Re: [go-nuts] Golang telnet package

2020-07-12 Thread David Riley
On Jul 12, 2020, at 10:17 AM, Harris Newman wrote: > > I'm writing a telnet server and have found several packages which provide > telnet functionality, but can't find any telnet support in the standard > library or other packages in the golang.org site. > > Is there a golang supported telnet