ooni-probe-cli/internal
Simone Basso 2bafb179c3
refactor(tunnel): remove nil tunnels hack (#296)
* refactor(tunnel): remove nil tunnels hack

This code was originally introduced because a tunnel could be
nil in session.go. I have verified that every invocation of
tunnel.Start is careful to ensure that we have a tunnel name
and that we don't manipulate a nil tunnel.

For this reason, I'd rather remove this tricky bit of code and
further simplify the tunnel code.

Part of https://github.com/ooni/probe/issues/985

* even better docs
2021-04-05 16:08:16 +02:00
..
cmd feat: create tunnel inside NewSession (#286) 2021-04-05 15:28:13 +02:00
engine refactor(tunnel): remove nil tunnels hack (#296) 2021-04-05 16:08:16 +02:00
version chore: set version to 3.10.0-alpha (#283) 2021-04-02 10:16:25 +02:00
README.md doc: ensure all top dirs have an explanatory README (#214) 2021-02-03 16:54:00 +01:00

Directory github.com/ooni/probe-cli/internal

This directory contains private Go packages.