Skip to content

Commit

Permalink
rename to tools directory
Browse files Browse the repository at this point in the history
  • Loading branch information
damienr74 committed Aug 16, 2019
1 parent fe45157 commit d3022cc
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"fmt"
"sync"

"sigs.k8s.io/kustomize/internal/search/doc"
"sigs.k8s.io/kustomize/internal/tools/doc"
)

// Crawler forwards documents from source repositories to index and store them
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"sync"
"testing"

"sigs.k8s.io/kustomize/internal/search/doc"
"sigs.k8s.io/kustomize/internal/tools/doc"
)

// Simple crawler that forwards it's list of documents to a provided channel and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"strings"
"time"

"sigs.k8s.io/kustomize/internal/search/doc"
"sigs.k8s.io/kustomize/internal/tools/doc"
)

var logger = log.New(os.Stdout, "Github Crawler: ",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion internal/search/go.mod → internal/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module sigs.k8s.io/kustomize/internal/search
module sigs.k8s.io/kustomize/internal/tools

go 1.12

Expand Down
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion travis/pre-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ function testGoLangCILint {

function testGoTest {
go test -v ./...
(cd ./internal/search; go test -v ./...)
}

# These tests require the helm program, and at the moment
Expand Down

0 comments on commit d3022cc

Please sign in to comment.