v0.0.535
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m52s

This commit is contained in:
2024-10-22 09:41:59 +02:00
parent d47c84cd47
commit 5a8d7110e4
4 changed files with 5 additions and 5 deletions

View File

@@ -73,7 +73,7 @@ func (e *{{.EnumTypeName}}) String() string {
if e == nil {
return "<nil>"
}
return string(e)
return string(*e)
}
{{end}}