mirror of
https://github.com/tailscale/tailscale.git
synced 2025-03-18 19:41:03 +00:00

Every time I use WhoIsResponse I end up writing mildly irritating nil-checking for both Node and UserProfile, but it turns out our code guarantees that both are non-nil in successful whois responses. Updates #cleanup Signed-off-by: David Anderson <danderson@tailscale.com>