]> Cypherpunks repositories - gostls13.git/commit
go/build: ImportDir reject directories that don't exist
authorAndrew Gerrand <adg@golang.org>
Wed, 23 Jan 2013 00:28:32 +0000 (11:28 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 23 Jan 2013 00:28:32 +0000 (11:28 +1100)
commit9413a6f660738708a321d2806236143e5e189901
tree178c267cdaa246205211a71914ff936c7407e34a
parentf7ea900a7bfe88cdfc42448d10a4f9bfa83cc36f
go/build: ImportDir reject directories that don't exist

Fixes #3428.

R=dave, remyoudompheng, rsc
CC=golang-dev
https://golang.org/cl/7129048
src/pkg/go/build/build.go
src/pkg/go/build/build_test.go