mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-05 21:53:21 -04: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>