Created
March 4, 2022 14:59
-
-
Save jfjensen/385a717b088cd4ed06fe300f74fc1d60 to your computer and use it in GitHub Desktop.
This is the template for the Product Target.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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