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
|
|
@ -81,7 +81,7 @@ lines of code for printing the resulting measurement.
|
|||
As before, let us start off with a vanilla run:
|
||||
|
||||
```bash
|
||||
go run -race ./internal/tutorial/measurex/chapter05
|
||||
go run -race ./internal/tutorial/measurex/chapter05 | jq
|
||||
```
|
||||
|
||||
Produces this JSON:
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@ func main() {
|
|||
// As before, let us start off with a vanilla run:
|
||||
//
|
||||
// ```bash
|
||||
// go run -race ./internal/tutorial/measurex/chapter05
|
||||
// go run -race ./internal/tutorial/measurex/chapter05 | jq
|
||||
// ```
|
||||
//
|
||||
// Produces this JSON:
|
||||
|
|
|
|||
Loading…
Reference in a new issue