refactor: move ooni into the internal package (#168)
With this commit we've reorganised the package structure. Now I will go more in depth and perform further refactoring.
This commit is contained in:
parent
bc85efa6e5
commit
c81393b31a
7 changed files with 5 additions and 5 deletions
|
|
@ -6,7 +6,7 @@ import (
|
|||
"github.com/alecthomas/kingpin"
|
||||
"github.com/apex/log"
|
||||
"github.com/fatih/color"
|
||||
ooni "github.com/ooni/probe-cli"
|
||||
"github.com/ooni/probe-cli/internal/ooni"
|
||||
"github.com/ooni/probe-cli/internal/cli/onboard"
|
||||
"github.com/ooni/probe-cli/internal/cli/root"
|
||||
"github.com/ooni/probe-cli/internal/database"
|
||||
|
|
|
|||
Loading…
Reference in a new issue