mirror of
https://github.com/tailscale/tailscale.git
synced 2025-03-25 02:31:00 +00:00

sync.Pools should almost always be packate globals, even though in this case we only have exactly 1 TUN device anyway, so it matters less. Still, it's unusual to see a Pool that's not a package global, so move it.