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:
@@ -1,4 +1,5 @@
|
||||
# Directory github.com/ooni/probe-cli/internal/cmd
|
||||
|
||||
This directory contains the source code for the CLI tools we build
|
||||
but we don't want to expose to the outside world.
|
||||
but we don't want to expose to the outside world. That is, you
|
||||
can only build these tools if you have cloned this repo.
|
||||
|
||||
Reference in New Issue
Block a user