refactor(jafar): remove unnecessary dep on netx (#497)
This commit is contained in:
parent
1d79d70b43
commit
b5826a0c44
4 changed files with 13 additions and 9 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue