Files
Tom Proctor 961ee8727a ipn/ipnstate,types/views: use value views.Slice fields
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 <[email protected]>
2026-07-08 10:43:37 +00:00
..