5 lines
194 B
Go
5 lines
194 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.
|
||
|
|
package oonirun
|