made tutorial outputs more presentable (#555)
Closes https://github.com/ooni/probe/issues/1831
This commit is contained in:
parent
a9319142f3
commit
3f0da81bf8
26 changed files with 59 additions and 57 deletions
|
|
@ -115,7 +115,7 @@ The rest of the program is exactly like in chapter09.
|
|||
Let us perform a vanilla run first:
|
||||
|
||||
```bash
|
||||
go run -race ./internal/tutorial/measurex/chapter10
|
||||
go run -race ./internal/tutorial/measurex/chapter10 | jq
|
||||
```
|
||||
|
||||
Take a look at the JSON output. Can you spot that
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ func main() {
|
|||
// Let us perform a vanilla run first:
|
||||
//
|
||||
// ```bash
|
||||
// go run -race ./internal/tutorial/measurex/chapter10
|
||||
// go run -race ./internal/tutorial/measurex/chapter10 | jq
|
||||
// ```
|
||||
//
|
||||
// Take a look at the JSON output. Can you spot that
|
||||
|
|
|
|||
Loading…
Reference in a new issue