refactor(jafar): remove unnecessary dep on netx (#497)

This commit is contained in:
Simone Basso 2021-09-09 18:01:20 +02:00 committed by GitHub
commit b5826a0c44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 9 deletions

View file

@ -174,8 +174,6 @@ func TestForwardWriteError(t *testing.T) {
type mockedConnReadOkay struct {
net.Conn
localIP net.IP
remoteIP net.IP
}
func (c *mockedConnReadOkay) Read(b []byte) (int, error) {