Descriptioncmd/go: fix 'go get vanity/repo/...' in clean GOPATH
The pattern was only working if the checkout had
already been done, but the code was trying to make
it work even the first time. Test and fix.
Fixes issue 8335.
Patch Set 1 #Patch Set 2 : diff -r b811c3bc6cda5e9140e3774304b7cb1270518d6e https://code.google.com/p/go/ #Patch Set 3 : diff -r b811c3bc6cda5e9140e3774304b7cb1270518d6e https://code.google.com/p/go/ #Patch Set 4 : diff -r 8f36a32a9d036f86fb956c8538142eb384bd1a4a https://code.google.com/p/go/ #MessagesTotal messages: 3
|