Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
Moving sliceutil inside slice
Browse files Browse the repository at this point in the history
Signed-off-by: Henrique Moraes <henrique.moraes@zup.com.br>
  • Loading branch information
henriquemoraeszup committed Dec 23, 2020
1 parent 10a453f commit 89eba80
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkg/autocomplete/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/ZupIT/ritchie-cli/pkg/api"
"github.com/ZupIT/ritchie-cli/pkg/formula"
"github.com/ZupIT/ritchie-cli/pkg/prompt"
"github.com/ZupIT/ritchie-cli/pkg/sliceutil"
"github.com/ZupIT/ritchie-cli/pkg/slice/sliceutil"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
"github.com/ZupIT/ritchie-cli/pkg/formula/tree"
"github.com/ZupIT/ritchie-cli/pkg/prompt"
"github.com/ZupIT/ritchie-cli/pkg/rtutorial"
"github.com/ZupIT/ritchie-cli/pkg/sliceutil"
"github.com/ZupIT/ritchie-cli/pkg/slice/sliceutil"
"github.com/ZupIT/ritchie-cli/pkg/stream"
"github.com/ZupIT/ritchie-cli/pkg/version"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/env/setter.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"path/filepath"
"strings"

"github.com/ZupIT/ritchie-cli/pkg/sliceutil"
"github.com/ZupIT/ritchie-cli/pkg/slice/sliceutil"
"github.com/ZupIT/ritchie-cli/pkg/stream"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/formula/formula.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

"github.com/ZupIT/ritchie-cli/pkg/api"
"github.com/ZupIT/ritchie-cli/pkg/os/osutil"
"github.com/ZupIT/ritchie-cli/pkg/sliceutil"
"github.com/ZupIT/ritchie-cli/pkg/slice/sliceutil"
)

const (
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 89eba80

Please sign in to comment.