mirror of
https://github.com/tailscale/tailscale.git
synced 2025-03-10 23:41:02 +00:00

Marshal as a JSON list instead of a map. Because set elements are `comparable` and not `cmp.Ordered`, we cannot easily sort the items before marshaling. Updates #cleanup Signed-off-by: Andrew Lytvynov <awly@tailscale.com>