]> Cypherpunks repositories - gostls13.git/commit
cmd/go: slightly less confusing error message
authorRob Pike <r@golang.org>
Sun, 29 Jan 2012 19:06:39 +0000 (11:06 -0800)
committerRob Pike <r@golang.org>
Sun, 29 Jan 2012 19:06:39 +0000 (11:06 -0800)
commit108961b21649cd7c2d8f9650542b2228fea09613
tree6a429dab15c709d1326275d2b69dfcb935291923
parentfd693388e6f9dfb7f1a0c3980acdcef7aac77638
cmd/go: slightly less confusing error message
If the argument to go fix isn't a package directory, the message said nothing helpful.
Now it at least says a package couldn't be found.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5577072
src/cmd/go/pkg.go