cleanup: move legacy from internal/engine to internal (#759)
No functional change. See https://github.com/ooni/probe/issues/2115
This commit is contained in:
parent
2d721baa91
commit
8b0815efab
6 changed files with 3 additions and 7 deletions
|
|
@ -16,9 +16,9 @@ import (
|
|||
|
||||
"github.com/apex/log"
|
||||
"github.com/ooni/probe-cli/v3/internal/engine"
|
||||
"github.com/ooni/probe-cli/v3/internal/engine/legacy/assetsdir"
|
||||
"github.com/ooni/probe-cli/v3/internal/humanize"
|
||||
"github.com/ooni/probe-cli/v3/internal/kvstore"
|
||||
"github.com/ooni/probe-cli/v3/internal/legacy/assetsdir"
|
||||
"github.com/ooni/probe-cli/v3/internal/model"
|
||||
"github.com/ooni/probe-cli/v3/internal/netxlite"
|
||||
"github.com/ooni/probe-cli/v3/internal/netxlite/filtering"
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
# Package github.com/ooni/probe-engine/legacy
|
||||
|
||||
This package contains legacy code that we will soon remove. When this folder
|
||||
is empty, it means there's no large, incremental refactoring in progress.
|
||||
Loading…
Reference in a new issue