Merge remote-tracking branch 'origin/generating-flags-again' into semver-approval-gate

This commit is contained in:
2022-05-04 23:11:50 -04:00
2 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
package {{.PackageName}}
{{range .SortedFlagTypes}}
// {{.TypeName}} is a flag with type {{.GoType}}
// {{.TypeName}} is a flag with type {{if .ValuePointer}}*{{end}}{{.GoType}}
type {{.TypeName}} struct {
Name string