v0.0.403 bf
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m37s

This commit is contained in:
Mike Schwörer 2024-03-10 12:58:59 +01:00
parent 409d6e108d
commit f13384d794
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
2 changed files with 3 additions and 3 deletions

View File

@ -150,6 +150,6 @@ func {{.EnumTypeName}}ValuesDescriptionMeta() []enums.EnumDescriptionMetaValue {
func AllPackageEnums() []enums.Enum { func AllPackageEnums() []enums.Enum {
return []enums.Enum{ {{range .Enums}} return []enums.Enum{ {{range .Enums}}
{{.EnumTypeName}}, {{end}} {{ if gt (len .Values) 0 }} {{ $v := index .Values 0 }} {{ $v.VarName}}, {{end}} // {{ .EnumTypeName }} {{end}}
} }
} }

View File

@ -1,5 +1,5 @@
package goext 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"