#`dagger develop --sdk-go` generates dagger.json but no go files
1 messages · Page 1 of 1 (latest)
that looks like a bug, could you paste the full output please?
you need to start with dagger init
Run into the same thing today. Doing dagger init first solves the issue.
yeah dagger develop should fail if there is no dagger.json
Ok thank you guys, it was solved by deleting my past dagger.json file, then doing dagger init and subsequently dagger develop --sdk=go