[#607] network: Make Address.Equal method unexported
The method is used only in the same package. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
61cc70d899
commit
b723c92ef8
3 changed files with 4 additions and 4 deletions
|
@ -48,6 +48,6 @@ func TestAddress_AddTLS(t *testing.T) {
|
|||
err := netAddr.FromString(test.want)
|
||||
require.NoError(t, err)
|
||||
|
||||
require.True(t, netAddr.Equal(addr), test.input)
|
||||
require.True(t, netAddr.equal(addr), test.input)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue