mirror of
https://github.com/tailscale/tailscale.git
synced 2025-09-29 09:31:26 +02:00
This Clone function knows how to clone any types for which it has generated Clone methods. This allows callers to efficiently clone an inbound interface{} that might contain one of these types. Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>