mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Move api/builtin to internal
This commit is contained in:
@@ -141,7 +141,7 @@ func newWriter(r string) (*writer, error) {
|
||||
// $HOME/kustomize/api/builtins
|
||||
func makeOutputFileName(root string) string {
|
||||
return filepath.Join(
|
||||
"..", "..", "..", "api", packageForGeneratedCode, root+".go")
|
||||
"..", "..", "..", "api/internal", packageForGeneratedCode, root+".go")
|
||||
}
|
||||
|
||||
func (w *writer) Close() error {
|
||||
|
||||
Reference in New Issue
Block a user