Descriptioncmd/go: fix unchecked error in get.go
If you call go get -u on a package not tracked by a VCS you get a
panic, and the command dies. This is caused by an error value not
being checked during the execution of downloadPackage().
Patch Set 1 #Patch Set 2 : diff -r 6b52d2564c9c https://code.google.com/p/go #Patch Set 3 : diff -r 6b52d2564c9c https://code.google.com/p/go #MessagesTotal messages: 3
|