net.sysListener.listenTCP (method)
3 uses
net (current package)
dial.go#L636: l, err = sl.listenTCP(ctx, la)
tcpsock.go#L334: ln, err := sl.listenTCP(context.Background(), laddr)
tcpsock_posix.go#L167: func (sl *sysListener) listenTCP(ctx context.Context, laddr *TCPAddr) (*TCPListener, error) {
 |
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. |