doc(step-by-step): readability improvements (#820)

This diff contains readability improvements for the step-by-step design document.

Co-authored-by: Simone Basso <bassosimone@gmail.com>
This commit is contained in:
Ain Ghazal 2022-06-30 09:55:18 +02:00 committed by GitHub
commit 74aebedac3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 145 additions and 123 deletions

View file

@ -1,4 +1,4 @@
# Directory github.com/ooni/probe-engine/experiment
# Directory github.com/ooni/probe-cli/internal/engine/experiment
This directory contains the implementation of all the supported
experiments, one for each directory. The [OONI spec repository

View file

@ -1,4 +1,4 @@
# Package github.com/ooni/probe-engine/model
# Package github.com/ooni/probe-cli/internal/model
Shared data structures and interfaces. We include in this
package the most fundamental types. Use `go doc` to get

View file

@ -57,7 +57,7 @@ type Measurement struct {
// MeasurementStartTimeSaved is the moment in time when we
// started the measurement. This is not included into the JSON
// and is only used within probe-engine as a "zero" time.
// and is only used within the ./internal pkg as a "zero" time.
MeasurementStartTimeSaved time.Time `json:"-"`
// Options contains command line options