mirror of
https://github.com/tailscale/tailscale.git
synced 2026-02-05 05:21:40 -05:00
Use multierr.Range to iterate through an error tree instead of multiple invocations of errors.As. This scales better as we add more Go error types to the switch. Signed-off-by: Joe Tsai <joetsai@digital-static.net>