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
|
|
@ -124,7 +124,7 @@ Finally, we print the results.
|
|||
Let us perform a vanilla run first:
|
||||
|
||||
```bash
|
||||
go run -race ./internal/tutorial/measurex/chapter07
|
||||
go run -race ./internal/tutorial/measurex/chapter07 | jq
|
||||
```
|
||||
|
||||
Please, check the JSON output. Do you recognize the fields
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@ func main() {
|
|||
// Let us perform a vanilla run first:
|
||||
//
|
||||
// ```bash
|
||||
// go run -race ./internal/tutorial/measurex/chapter07
|
||||
// go run -race ./internal/tutorial/measurex/chapter07 | jq
|
||||
// ```
|
||||
//
|
||||
// Please, check the JSON output. Do you recognize the fields
|
||||
|
|
|
|||
Loading…
Reference in a new issue