ooni-probe-cli/internal/cmd/oohelperd
Simone Basso 535a5d3e00
refactor(oohelperd): flatten package hierarchy (#834)
In https://github.com/ooni/probe-cli/pull/832's initial diff, I
mentioned it would be cool to flatten oohelperd's hier.

I'm doing this now, and just for the master branch.

This diff is mostly a mechanical refactoring with very light
and apparently rather safe manual changes.
2022-07-05 19:10:39 +02:00
..
dns_test.go refactor(oohelperd): flatten package hierarchy (#834) 2022-07-05 19:10:39 +02:00
dns.go refactor(oohelperd): flatten package hierarchy (#834) 2022-07-05 19:10:39 +02:00
fake_test.go refactor(oohelperd): flatten package hierarchy (#834) 2022-07-05 19:10:39 +02:00
handler_test.go refactor(oohelperd): flatten package hierarchy (#834) 2022-07-05 19:10:39 +02:00
handler.go refactor(oohelperd): flatten package hierarchy (#834) 2022-07-05 19:10:39 +02:00
http_test.go refactor(oohelperd): flatten package hierarchy (#834) 2022-07-05 19:10:39 +02:00
http.go refactor(oohelperd): flatten package hierarchy (#834) 2022-07-05 19:10:39 +02:00
main_test.go refactor(oohelperd): flatten package hierarchy (#834) 2022-07-05 19:10:39 +02:00
main.go refactor(oohelperd): flatten package hierarchy (#834) 2022-07-05 19:10:39 +02:00
measure.go refactor(oohelperd): flatten package hierarchy (#834) 2022-07-05 19:10:39 +02:00
README.md refactor: move more commands to internal/cmd (#207) 2021-02-03 12:23:15 +01:00
tcpconnect_test.go refactor(oohelperd): flatten package hierarchy (#834) 2022-07-05 19:10:39 +02:00
tcpconnect.go refactor(oohelperd): flatten package hierarchy (#834) 2022-07-05 19:10:39 +02:00

oohelperd

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