Merge changes onto latest main

This commit is contained in:
Naveen Gogineni
2022-08-12 20:56:10 -04:00
committed by Dan Buch
parent 03487fc7f0
commit 2941bc8e70
5 changed files with 25 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ type {{.TypeName}} struct {
EnvVars []string
{{range .StructFields}}
{{.Name}} {{.Type}}
{{.Name}} {{if .Pointer}}*{{end}}{{.Type}}
{{end}}
}