Update for build

This commit is contained in:
Naveen Gogineni 2022-08-16 10:00:44 -04:00 committed by Dan Buch
parent c4251de503
commit 2b0db3b3ae
Signed by: meatballhat
GPG Key ID: A12F782281063434

View File

@ -230,8 +230,9 @@ type FlagTypeConfig struct {
} }
type FlagStructField struct { type FlagStructField struct {
Name string Name string
Type string Type string
Pointer bool
} }
type FlagType struct { type FlagType struct {