mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 05:07:33 +00:00
go.mod: bump inet.af/netaddr to non-allocating version
This commit is contained in:
@@ -57,7 +57,7 @@ func TestIP6String(t *testing.T) {
|
||||
if got != str {
|
||||
t.Errorf("got %q; want %q", got, str)
|
||||
}
|
||||
if allocs != 2 {
|
||||
if allocs != 1 {
|
||||
t.Errorf("allocs = %v; want 1", allocs)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user