refactor(mlablocate*): move from i/e/internal to internal (#385)

We've been flattening the package structure for some time now.

While there, add very basic examples.
This commit is contained in:
Simone Basso
2021-06-15 19:51:03 +02:00
committed by GitHub
parent d84cf5b69f
commit 85b16c8bd2
9 changed files with 40 additions and 2 deletions
+1 -1
View File
@@ -4,8 +4,8 @@ import (
"context"
"net/http"
"github.com/ooni/probe-cli/v3/internal/engine/internal/mlablocate"
"github.com/ooni/probe-cli/v3/internal/engine/model"
"github.com/ooni/probe-cli/v3/internal/mlablocate"
)
type locateDeps interface {