ooni-probe-cli/internal/fsx
Simone Basso 721ce95315
fix(all): introduce and use iox.CopyContext (#380)
* fix(all): introduce and use iox.CopyContext

This PR is part of https://github.com/ooni/probe/issues/1417.

In https://github.com/ooni/probe-cli/pull/379 we introduced a context
aware wrapper for io.ReadAll (formerly ioutil.ReadAll).

Here we introduce a context aware wrapper for io.Copy.

* fix(humanize): more significant digits

* fix: rename humanize files to follow the common pattern

* fix aligment

* fix test
2021-06-15 13:44:28 +02:00
..
testdata refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
example_test.go fix(all): introduce and use iox.CopyContext (#380) 2021-06-15 13:44:28 +02:00
fsx_test.go refactor: flatten and separate (#353) 2021-06-04 10:34:18 +02:00
fsx.go doc: cleanup and improve for recently moved pkgs (#354) 2021-06-04 11:39:00 +02:00