This message was deleted.
# golang
s
This message was deleted.
1
a
You are missing a
go.mod
in your
dummy-sdk
folder.
See https://github.com/Eclion/pulumi-playground/pull/1 for details on how to resolve the problem.
n
Hi @ancient-policeman-24615! Awesome, it works as I wished. TIL at first I tried adding a go mod file a bit further in the folder but now I understand I just need to add it where at the same place I use in the go.mod where I import the package. Thanks a lot!!
🎉 1