Merge changes onto latest main
This commit is contained in:
@@ -23,7 +23,7 @@ type {{.TypeName}} struct {
|
||||
EnvVars []string
|
||||
|
||||
{{range .StructFields}}
|
||||
{{.Name}} {{.Type}}
|
||||
{{.Name}} {{if .Pointer}}*{{end}}{{.Type}}
|
||||
{{end}}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user