Skip to content

Commit a306f27

Browse files
authored
[autodetect] Move autodetect to pkg (#2330)
## Summary closes DEV-153 Stacked on #2325 ## How was it tested?
1 parent 834147a commit a306f27

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

internal/boxcli/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"github.com/pkg/errors"
88
"github.com/spf13/cobra"
99

10-
"go.jetpack.io/devbox/internal/autodetect"
1110
"go.jetpack.io/devbox/internal/devbox"
11+
"go.jetpack.io/devbox/pkg/autodetect"
1212
)
1313

1414
type initFlags struct {

internal/autodetect/autodetect.go renamed to pkg/autodetect/autodetect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import (
55
"fmt"
66
"io"
77

8-
"go.jetpack.io/devbox/internal/autodetect/detector"
98
"go.jetpack.io/devbox/internal/devbox"
109
"go.jetpack.io/devbox/internal/devbox/devopt"
10+
"go.jetpack.io/devbox/pkg/autodetect/detector"
1111
)
1212

1313
func PopulateConfig(ctx context.Context, path string, stderr io.Writer) error {
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)