made tutorial outputs more presentable (#555)

Closes https://github.com/ooni/probe/issues/1831
This commit is contained in:
Srijan Srivastava 2021-10-22 19:47:57 +05:30 committed by GitHub
commit 3f0da81bf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 59 additions and 57 deletions

View file

@ -112,7 +112,7 @@ our `m` container and we print it.
Let us perform a vanilla run first:
```bash
go run -race ./internal/tutorial/measurex/chapter09
go run -race ./internal/tutorial/measurex/chapter09 | jq
```
Take a look at the JSON output. Can you spot that

View file

@ -113,7 +113,7 @@ func main() {
// Let us perform a vanilla run first:
//
// ```bash
// go run -race ./internal/tutorial/measurex/chapter09
// go run -race ./internal/tutorial/measurex/chapter09 | jq
// ```
//
// Take a look at the JSON output. Can you spot that