mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
Lowercase the generated filenames per Go style.
This commit is contained in:
@@ -126,8 +126,9 @@ func makeOutputFileName(root string) string {
|
||||
"src",
|
||||
pgmconfig.DomainName,
|
||||
pgmconfig.ProgramName,
|
||||
"api", packageForGeneratedCode,
|
||||
root+".go")
|
||||
"api",
|
||||
packageForGeneratedCode,
|
||||
strings.ToLower(root)+".go")
|
||||
}
|
||||
|
||||
func (w *writer) close() {
|
||||
|
||||
Reference in New Issue
Block a user