v0.0.534
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Has been cancelled
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Has been cancelled
This commit is contained in:
parent
c571f3f888
commit
d47c84cd47
@ -70,7 +70,7 @@ func (e {{.EnumTypeName}}) ValuesMeta() []enums.EnumMetaValue {
|
||||
|
||||
{{if $hasStr}}
|
||||
func (e *{{.EnumTypeName}}) String() string {
|
||||
if i == nil {
|
||||
if e == nil {
|
||||
return "<nil>"
|
||||
}
|
||||
return string(e)
|
||||
|
@ -1,5 +1,5 @@
|
||||
package goext
|
||||
|
||||
const GoextVersion = "0.0.533"
|
||||
const GoextVersion = "0.0.534"
|
||||
|
||||
const GoextVersionTimestamp = "2024-10-22T09:36:40+0200"
|
||||
const GoextVersionTimestamp = "2024-10-22T09:40:53+0200"
|
||||
|
Loading…
Reference in New Issue
Block a user