fix: always use probe-cli version (and make it alpha) (#219)

See https://github.com/ooni/probe-engine/issues/1181

While there, run `go fmt ./...`
This commit is contained in:
Simone Basso
2021-02-04 11:00:27 +01:00
committed by GitHub
parent 6062b652f6
commit 26d807c50f
30 changed files with 33 additions and 38 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"github.com/ooni/probe-cli/v3/internal/engine/model"
)
type urlGetterMain struct {}
type urlGetterMain struct{}
func (m *urlGetterMain) do(ctx context.Context, input StructuredInput,
sess model.ExperimentSession, measurement *model.Measurement,