Skip to content

Commit 2fd96f1

Browse files
committed
fixup! chore: update golang.org/x/exp/slices
1 parent 3eaec11 commit 2fd96f1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tailnet/coordinator.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -857,13 +857,3 @@ var coordinatorDebugTmpl = `
857857
</body>
858858
</html>
859859
`
860-
861-
func nameOrdering(a, b string) int {
862-
if a < b {
863-
return -1
864-
} else if a == b {
865-
return 0
866-
} else {
867-
return 1
868-
}
869-
}

0 commit comments

Comments
 (0)