ooni / probe

OONI Probe network measurement tool for detecting internet censorship
https://ooni.org/install
BSD 3-Clause "New" or "Revised" License
751 stars 142 forks source link

probe-engine: introduce observations constructor in dslx #2482

Closed DecFox closed 1 year ago

DecFox commented 1 year ago

We want to replace the dslx.Observations init instances with a dslx.NewObservations constructor which initialises all measurements to empty arrays (instead of nil)

bassosimone commented 1 year ago

Done!