Skip to content

Commit f05f443

Browse files
committed
Renamed taxonomyio directory
To match the package name. Signed-off-by: Vicky-Goldin <[email protected]>
1 parent 9db1c91 commit f05f443

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

cmd/compile.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ import (
66
"github.com/spf13/cobra"
77

88
"taxonomy-cli/compile"
9-
10-
taxonomyio "taxonomy-cli/io"
9+
"taxonomy-cli/taxonomyio"
1110
)
1211

1312
const (

compile/compile.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ package compile
66
import (
77
"github.com/mohae/deepcopy"
88

9-
taxonomyio "taxonomy-cli/io"
10-
119
"taxonomy-cli/model"
10+
"taxonomy-cli/taxonomyio"
1211
)
1312

1413
// Files generates a taxonomy document from a base file and zero or more layer files
File renamed without changes.
File renamed without changes.

validate/structural.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ package validate
66
import (
77
"context"
88

9+
"taxonomy-cli/taxonomyio"
10+
911
"k8s.io/apiextensions-apiserver/pkg/apis/apiextensions"
1012
"k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation"
1113
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
12-
13-
taxonomyio "taxonomy-cli/io"
1414
)
1515

1616
// IsStructuralSchema returns an error if the input file is not a valid structural schema

0 commit comments

Comments
 (0)