We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have some imports like:
import ( "fmt" "environment/types" "environment/utils" )
But those stmt disappeared from output (sometimes) even if the semantics of my code is completely vaild
The text was updated successfully, but these errors were encountered:
What's the rule/pattern behind the import, and how can I avoid imports disappeared?
Sorry, something went wrong.
It doesn't help to add "github.com/stretchr/gogen/generic" to source file's imports
"github.com/stretchr/gogen/generic"
No branches or pull requests
I have some imports like:
But those stmt disappeared from output (sometimes) even if the semantics of my code is completely vaild
The text was updated successfully, but these errors were encountered: