Hello, how can I convert a custom type, pulumi.Str...
# golang
s
Hello, how can I convert a custom type, pulumi.StringOutput to String?
b
We have a page on this here https://www.pulumi.com/docs/intro/concepts/programming-model/#outputs-and-strings Which language are you using? looks like Go, but want to be sure 🙂
👍 1
b
@billowy-army-68599 Maybe i'm missing something. We can concatenate StringOutputs to another StringOutput value but not to String.
@billowy-army-68599 is there any example of converting StringOutput to string in golang?
b