]> Cypherpunks repositories - gostls13.git/commit
go/build: change the wording of NoGoError and comment it better
authorRob Pike <r@golang.org>
Tue, 13 Aug 2013 01:32:32 +0000 (11:32 +1000)
committerRob Pike <r@golang.org>
Tue, 13 Aug 2013 01:32:32 +0000 (11:32 +1000)
commit954d14741d56c271a95d7b4dee1e8da35d7347af
tree131b5c8114af1e47b720d24e75f992de36085d9f
parent83348a13fb40ac80e2587e27c29d18360177f3b1
go/build: change the wording of NoGoError and comment it better
Out of context, it can be very confusing because there can be lots of Go
files in the directory, but the error message says there aren't.

R=golang-dev, dsymonds, rsc
CC=golang-dev
https://golang.org/cl/12823043
src/pkg/go/build/build.go