Can't Create a New Module #2816
-
I am not sure what I'm doing wrong, but I cannot seem to successfully create a new module. I am issuing the following command:
However, no matter what, I get
No other error information. I'm running Go 1.22.2, and this happens on Linux and Win11. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Oh I think I know what happens: you probably will see generated code, but there are some imports missing. There is a template probably missing the "testcontainers" core package import in both the example and test files. Could you verify that? To fix that, in your generated code, using your IDE, save those two files, to auto-import the packages. Also please submit a PR updating the templates to include the packages if possible 🙏 |
Beta Was this translation helpful? Give feedback.
Oh I think I know what happens: you probably will see generated code, but there are some imports missing. There is a template probably missing the "testcontainers" core package import in both the example and test files. Could you verify that?
To fix that, in your generated code, using your IDE, save those two files, to auto-import the packages.
Also please submit a PR updating the templates to include the packages if possible 🙏