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
parent a9319142f3
commit 3f0da81bf8
26 changed files with 59 additions and 57 deletions
@@ -250,7 +250,7 @@ func main() {
Let us perform a vanilla run first:
```bash
go run -race ./internal/tutorial/measurex/chapter14
go run -race ./internal/tutorial/measurex/chapter14 | jq
```
Take a look at the JSON.
+1 -1
View File
@@ -251,7 +251,7 @@ func main() {
// Let us perform a vanilla run first:
//
// ```bash
// go run -race ./internal/tutorial/measurex/chapter14
// go run -race ./internal/tutorial/measurex/chapter14 | jq
// ```
//
// Take a look at the JSON.