with Golang, is it possible to return the inner va...
# getting-started
s
with Golang, is it possible to return the inner value from an
ApplyT
or otherwise get to that value? i can accept a synchronous wait for the resource to be ready. context: i'm trying to avoid having to use
pulumi.Output
in all the functions dealing with the result of a
random.NewRandomBytes
call