refactor(sessionresolver): minor changes in files and types naming (#810)

Part of https://github.com/ooni/probe/issues/2135
This commit is contained in:
Simone Basso 2022-06-08 22:01:51 +02:00 committed by GitHub
commit a02cc6100b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 145 additions and 107 deletions

View file

@ -1,5 +1,9 @@
package sessionresolver
//
// Code for creating a new child resolver
//
import (
"math/rand"
"strings"