mirror of
https://github.com/tailscale/tailscale.git
synced 2025-11-06 11:41:07 +00:00
go vet complains when we copy a lock value. Create clone function that copies everything but the lock value. Fixes #8207 Signed-off-by: Val <valerie@tailscale.com>