ooni-probe-cli/internal/cmd/oohelper
Simone Basso c54cc73afa
refactor(oohelper): remove unnecessary dep from netx (#498)
There are a bunch of packages where we don't really need to depend
on netx but we can use local definitions that describe what we are
expecting from data structures we receive in input. This diff
addresses one of such cases.

Part of https://github.com/ooni/probe/issues/1591
2021-09-09 19:40:03 +02:00
..
internal refactor(oohelper): remove unnecessary dep from netx (#498) 2021-09-09 19:40:03 +02:00
oohelper_test.go refactor: move more commands to internal/cmd (#207) 2021-02-03 12:23:15 +01:00
oohelper.go refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
README.md refactor: move more commands to internal/cmd (#207) 2021-02-03 12:23:15 +01:00

oohelper

This directory contains the source code of a simple client for the Web Connectivity test helper.