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
parent 797dd27ffc
commit 74aebedac3
4 changed files with 144 additions and 122 deletions
+1 -1
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
+1 -1
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
+1 -1
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