mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
rename to tools directory
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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: ",
|
||||
@@ -1,4 +1,4 @@
|
||||
module sigs.k8s.io/kustomize/internal/search
|
||||
module sigs.k8s.io/kustomize/internal/tools
|
||||
|
||||
go 1.12
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user