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
|
|
@ -79,7 +79,7 @@ is closed when done by `MeasureURLAndFollowRedirections`, so we leave the loop.
|
|||
Let us perform a vanilla run first:
|
||||
|
||||
```bash
|
||||
go run -race ./internal/tutorial/measurex/chapter12
|
||||
go run -race ./internal/tutorial/measurex/chapter12 | jq
|
||||
```
|
||||
|
||||
Take a look at the JSON. You should see several redirects
|
||||
|
|
|
|||
Loading…
Reference in a new issue