mirror of
https://github.com/tailscale/tailscale.git
synced 2025-09-30 18:12:03 +02:00
Go style is for error variables to start with "err" (or "Err") and for error types to end in "Error". Updates #cleanup Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>