mirror of
https://github.com/tailscale/tailscale.git
synced 2026-01-24 07:38:40 -05: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>