v0.0.403 bf
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m37s
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m37s
This commit is contained in:
parent
409d6e108d
commit
f13384d794
@ -150,6 +150,6 @@ func {{.EnumTypeName}}ValuesDescriptionMeta() []enums.EnumDescriptionMetaValue {
|
||||
|
||||
func AllPackageEnums() []enums.Enum {
|
||||
return []enums.Enum{ {{range .Enums}}
|
||||
{{.EnumTypeName}}, {{end}}
|
||||
{{ if gt (len .Values) 0 }} {{ $v := index .Values 0 }} {{ $v.VarName}}, {{end}} // {{ .EnumTypeName }} {{end}}
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
package goext
|
||||
|
||||
const GoextVersion = "0.0.402"
|
||||
const GoextVersion = "0.0.403"
|
||||
|
||||
const GoextVersionTimestamp = "2024-03-10T12:49:31+0100"
|
||||
const GoextVersionTimestamp = "2024-03-10T12:58:59+0100"
|
||||
|
Loading…
Reference in New Issue
Block a user