doc: ensure all top dirs have an explanatory README (#214)
* doc: ensure all top dirs have an explanatory README This makes the repository a lil bit nicer to newcomers. Part of https://github.com/ooni/probe/issues/1335 * fix: re-run bindata to embed the README The readme is small, so we can pay the price of adding it. On a related note, I am very pleased the Go team implemented the `//go:embed` feature, so we can get rid of this bindata thing.
This commit is contained in:
parent
bfd19fd347
commit
31cf7d2fdf
11 changed files with 59 additions and 7 deletions
|
|
@ -1,3 +1,3 @@
|
|||
# Directory github.com/ooni/probe-engine/MOBILE
|
||||
# Directory github.com/ooni/probe-cli/MOBILE
|
||||
|
||||
This directory is used for building for Android and iOS.
|
||||
|
|
|
|||
Loading…
Reference in a new issue