ooni-probe-cli/internal
Simone Basso 4764d7f378
cleanup(platform): we don't need CGO anymore (#355)
* cleanup(platform): we don't need CGO anymore

Since go1.16, we have the `ios` port. So we can easily
disambiguate between ios and darwin.

This means we don't need to rely on CGO to correctly guess
whether we are on ios or darwin anymore.

So, now miniooni does not depend on a C compiler even
when you are not cross compiling.

* Update internal/platform/platform.go
2021-06-04 11:46:06 +02:00
..
atomicx doc: cleanup and improve for recently moved pkgs (#354) 2021-06-04 11:39:00 +02:00
cmd refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
engine refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
fsx doc: cleanup and improve for recently moved pkgs (#354) 2021-06-04 11:39:00 +02:00
humanize refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
kvstore doc: cleanup and improve for recently moved pkgs (#354) 2021-06-04 11:39:00 +02:00
multierror doc: cleanup and improve for recently moved pkgs (#354) 2021-06-04 11:39:00 +02:00
ooapi doc: cleanup and improve for recently moved pkgs (#354) 2021-06-04 11:39:00 +02:00
platform cleanup(platform): we don't need CGO anymore (#355) 2021-06-04 11:46:06 +02:00
randx refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
runtimex refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
shellx refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
version Release 3.10.0 beta.3 (#345) 2021-05-13 08:16:28 +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.