refactor: now utils is an internal package (#166)
Let us make internal everything because this is not a library.
This commit is contained in:
parent
a58dff3050
commit
a4ae94b5ec
14 changed files with 10 additions and 10 deletions
|
|
@ -6,7 +6,7 @@ import (
|
|||
ooni "github.com/ooni/probe-cli"
|
||||
"github.com/ooni/probe-cli/internal/log/handlers/batch"
|
||||
"github.com/ooni/probe-cli/internal/log/handlers/cli"
|
||||
"github.com/ooni/probe-cli/utils"
|
||||
"github.com/ooni/probe-cli/internal/utils"
|
||||
"github.com/ooni/probe-cli/version"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue