mirror of
https://github.com/tailscale/tailscale.git
synced 2026-03-03 22:16:42 -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>