rename to tools directory

This commit is contained in:
Damien Robichaud
2019-08-16 09:47:36 -07:00
parent fe45157b26
commit d3022ccd65
13 changed files with 4 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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: ",

View File

@@ -1,4 +1,4 @@
module sigs.k8s.io/kustomize/internal/search
module sigs.k8s.io/kustomize/internal/tools
go 1.12

View File

@@ -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