9 lines
368 B
Go
9 lines
368 B
Go
// Package oonirun contains code to run OONI experiments.
|
|
//
|
|
// This package supports OONI Run v1 and v2 as well as the direct
|
|
// creation and instantiation of OONI experiments.
|
|
//
|
|
// See https://github.com/ooni/probe-cli/blob/master/docs/design/dd-004-minioonirunv2.md
|
|
// for more information on the subset of OONI Run v2 implemented by this package.
|
|
package oonirun
|