mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-21 10:27:30 +00:00
portlist: unexport SameInodes method
Signed-off-by: Brad Fitzpatrick <brad@danga.com>
This commit is contained in:
@@ -185,7 +185,7 @@ func TestSameInodes(t *testing.T) {
|
||||
},
|
||||
}
|
||||
for _, tt := range tests {
|
||||
got := tt.a.SameInodes(tt.b)
|
||||
got := tt.a.sameInodes(tt.b)
|
||||
if got != tt.want {
|
||||
t.Errorf("%s: Equal = %v; want %v", tt.name, got, tt.want)
|
||||
}
|
||||
|
Reference in New Issue
Block a user