Merge changes onto latest main

This commit is contained in:
Naveen Gogineni
2022-08-12 20:56:10 -04:00
parent b4e0ec3b8a
commit 193fd848b1
7 changed files with 137 additions and 2 deletions

View File

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