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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user