type golang.org/x/crypto/ssh.tcpListener
5 uses
golang.org/x/crypto/ssh (current package)
tcpip.go#L138: return &tcpListener{laddr, c, ch}, nil
tcpip.go#L288: type tcpListener struct {
tcpip.go#L296: func (l *tcpListener) Accept() (net.Conn, error) {
tcpip.go#L315: func (l *tcpListener) Close() error {
tcpip.go#L331: func (l *tcpListener) Addr() net.Addr {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |