feat: add a simple dnsping experiment (#674)
See https://github.com/ooni/probe/issues/1987 (issue). See https://github.com/ooni/spec/pull/238 (impl). While there, fix the build for go1.18 by adding go1.18 specific tests. I was increasingly bothered by the build being red.
This commit is contained in:
parent
a7a6d7df7f
commit
36ca28d673
6 changed files with 855 additions and 14 deletions
|
|
@ -1,3 +1,5 @@
|
|||
//go:build !go1.18
|
||||
|
||||
package archival
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Reference in a new issue