mirror of
https://github.com/tailscale/tailscale.git
synced 2026-02-19 07:04:43 -05: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>