Open gz-c opened 5 years ago
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
I assume this is the same issue as https://github.com/DisposaBoy/GoSublime/issues/939. If not, you'll need to tell me how you call goimports since I don't use it.
GoImports on save will not add imports that are in
vendor/
but not in$GOPATH
. Runninggoimports
from the terminal does not have this problem.