Is it true that the golang setup of pulumi doesn't...
# general
g
Is it true that the golang setup of pulumi doesn't support packages? 🤔 All examples I see on github is single file
main.go
and the docs for the file structure only shows typescript as examples, the stuff with golang is still single file 🤔
e
That's just because most examples are small. It is running just a standard go program, you can use packages if you want.
g
interesting, claude code told me no as well. 🙂 thats why i asked
would also be surprised if it didn't support it 😂