mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-19 05:21:27 +02:00
I was reviewing some code that was performing this by hand, and wanted to suggest using syncs.Map, however as the code in question was allocating a non-trivial structure this would be necessary to meet the target. Updates #cleanup Signed-off-by: James Tucker <james@tailscale.com>