mirror of
https://github.com/tailscale/tailscale.git
synced 2025-11-01 16:51:31 +01:00
The bools.Compare function compares boolean values by reporting -1, 0, +1 for ordering so that it can be easily used with slices.SortFunc. Updates #cleanup Updates tailscale/corp#11038 Signed-off-by: Joe Tsai <joetsai@digital-static.net>