Hi, is there a standard way to convert `StringPtr...
# golang
q
Hi, is there a standard way to convert
StringPtrOutput
to
StringOutput
(and default to zero value?) Right now we wrote our own helper func, but it looks strange