Skip to content

Commit

Permalink
cleanup: move dslx inside internal/x (#1438)
Browse files Browse the repository at this point in the history
This is a follow-up from merging
#1437 to also mark `dslx` as
experimental.

Related issue: ooni/probe#2647
  • Loading branch information
bassosimone authored Dec 13, 2023
1 parent 7a2c9fd commit b3ddedf
Show file tree
Hide file tree
Showing 36 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/tutorial/dslx/chapter02/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ import (
"errors"
"net"

"github.com/ooni/probe-cli/v3/internal/dslx"
"github.com/ooni/probe-cli/v3/internal/model"
"github.com/ooni/probe-cli/v3/internal/runtimex"
"github.com/ooni/probe-cli/v3/internal/x/dslx"
)

```
Expand Down
2 changes: 1 addition & 1 deletion internal/tutorial/dslx/chapter02/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ import (
"errors"
"net"

"github.com/ooni/probe-cli/v3/internal/dslx"
"github.com/ooni/probe-cli/v3/internal/model"
"github.com/ooni/probe-cli/v3/internal/runtimex"
"github.com/ooni/probe-cli/v3/internal/x/dslx"
)

// ```
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion internal/dslx/qa_test.go → internal/x/dslx/qa_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ import (
"github.com/google/go-cmp/cmp/cmpopts"
"github.com/google/gopacket/layers"
"github.com/ooni/netem"
"github.com/ooni/probe-cli/v3/internal/dslx"
"github.com/ooni/probe-cli/v3/internal/model"
"github.com/ooni/probe-cli/v3/internal/netemx"
"github.com/ooni/probe-cli/v3/internal/netxlite"
"github.com/ooni/probe-cli/v3/internal/x/dslx"
)

// qaStringLessFunc is an utility function to force cmp.Diff to sort string
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b3ddedf

Please sign in to comment.