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
GoImports on save will not add imports that are in vendor/ but not in $GOPATH. Running goimports from the terminal does not have this problem.
vendor/
$GOPATH
goimports
The text was updated successfully, but these errors were encountered:
I assume this is the same issue as #939. If not, you'll need to tell me how you call goimports since I don't use it.
Sorry, something went wrong.
No branches or pull requests
GoImports on save will not add imports that are in
vendor/
but not in$GOPATH
. Runninggoimports
from the terminal does not have this problem.The text was updated successfully, but these errors were encountered: