675e3a5ba5
When we're testing multiple endpoints, it's quite important to control the order with which they are returned to the code. This feature is especially relevant to Web Connectivity, which will check the endpoints to connect to in order. Therefore, we need to force deterministic results to ensure that we can have deterministic tests when doing Web Connectivity QA. This diff gives us the guarantee that we can have determinism. Part of https://github.com/ooni/probe/issues/1803#issuecomment-957323297. |
||
---|---|---|
.. | ||
atomicx | ||
bytecounter | ||
cmd | ||
engine | ||
fsx | ||
humanize | ||
kvstore | ||
measurex | ||
mlablocate | ||
mlablocatev2 | ||
multierror | ||
netxlite | ||
ooapi | ||
platform | ||
ptx | ||
randx | ||
runtimex | ||
scrubber | ||
shellx | ||
tunnel | ||
tutorial | ||
version | ||
README.md |
Directory github.com/ooni/probe-cli/internal
This directory contains private Go packages.
As a reminder, you can always check the Go documentation of a package by using
go doc -all ./internal/$package
where $package
is the name of the package.
Some notable packages: