v0.0.337
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 1m6s
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 1m6s
This commit is contained in:
parent
eef0e9f2aa
commit
1124aa781a
@ -101,7 +101,7 @@ func {{.EnumTypeName}}ValuesMeta() []enums.EnumMetaValue {
|
|||||||
}
|
}
|
||||||
|
|
||||||
{{if $hasDescr}}
|
{{if $hasDescr}}
|
||||||
func {{.EnumTypeName}}ValuesMeta() []enums.EnumDescriptionMetaValue {
|
func {{.EnumTypeName}}ValuesDescriptionMeta() []enums.EnumDescriptionMetaValue {
|
||||||
return []enums.EnumDescriptionMetaValue{ {{range .Values}}
|
return []enums.EnumDescriptionMetaValue{ {{range .Values}}
|
||||||
{{.VarName}}.EnumDescriptionMetaValue(), {{end}}
|
{{.VarName}}.EnumDescriptionMetaValue(), {{end}}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
package goext
|
package goext
|
||||||
|
|
||||||
const GoextVersion = "0.0.336"
|
const GoextVersion = "0.0.337"
|
||||||
|
|
||||||
const GoextVersionTimestamp = "2023-12-05T19:42:37+0100"
|
const GoextVersionTimestamp = "2023-12-05T19:45:35+0100"
|
||||||
|
Loading…
Reference in New Issue
Block a user