-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Damian Gryski wrote:
Will any of the netdev stuff help with stubbing out the net package, so that things like
golang.org/x/net/internal/socket
../../../go/pkg/mod/golang.org/x/[email protected]/internal/socket/rawconn.go:27:17: cannot use (*net.TCPConn)(nil) (value of type *net.TCPConn) as tcpConn value in variable declaration: *net.TCPConn does not implement tcpConn (missing method SetLinger)
../../../go/pkg/mod/golang.org/x/[email protected]/internal/socket/rawconn.go:36:23: undefined: net.UDPConn
../../../go/pkg/mod/golang.org/x/[email protected]/internal/socket/rawconn.go:45:22: undefined: net.IPConn
Need to port/stub out the missing pieces.
Metadata
Metadata
Assignees
Labels
No labels