Skip to content

Instantly share code, notes, and snippets.

@jfjensen
Created March 4, 2022 14:59
Show Gist options
  • Save jfjensen/385a717b088cd4ed06fe300f74fc1d60 to your computer and use it in GitHub Desktop.
Save jfjensen/385a717b088cd4ed06fe300f74fc1d60 to your computer and use it in GitHub Desktop.
This is the template for the Product Target.
package main
type {{.ProductTarget}} struct {
{{range .Properties -}}
{{.Name}} {{.TypeName}}
{{end -}}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment