ooni-probe-cli/internal/cmd/oohelperd
Simone Basso dea23b49d5
refactor(oohelperd): use netxlite rather than netx (#806)
The oohelperd implementation did not actually need using netx because
it was just constructing default types with logging, which is what
netxlite already does. Hence, let's avoid using netx here.

See https://github.com/ooni/probe/issues/2121
2022-06-08 10:14:10 +02:00
..
internal/webconnectivity refactor(oohelperd): use netxlite rather than netx (#806) 2022-06-08 10:14:10 +02:00
oohelperd_test.go refactor: move more commands to internal/cmd (#207) 2021-02-03 12:23:15 +01:00
oohelperd.go refactor(oohelperd): use netxlite rather than netx (#806) 2022-06-08 10:14:10 +02:00
README.md refactor: move more commands to internal/cmd (#207) 2021-02-03 12:23:15 +01:00

oohelperd

This directory contains the source code of the Web Connectivity test helper written in Go.