This message was deleted.
# general
s
This message was deleted.
e
Something like:
Copy code
random.Stdout.ApplyT(func (str string) { fmt.Println(str) })
You can't pull a string out of a StringOutput, so you have to use apply to see the actual string value.
a
thank you