mirror of
https://github.com/tailscale/tailscale.git
synced 2026-07-17 11:04:40 -04:00
Change the views.Slice fields in PeerStatus from pointers to values. This avoids a whole class of nil dereference bugs because the values behave more like Go's native slices, but leverages the JSON omitzero semantics to make sure the wire format doesn't change. Updates #20255 Signed-off-by: Tom Proctor <tomhjp@users.noreply.github.com>