]> Cypherpunks repositories - gostls13.git/commit
cmd/build: reject non-existant directories in ImportDir
authorEmmanuel Odeke <emm.odeke@gmail.com>
Wed, 11 May 2016 04:28:30 +0000 (21:28 -0700)
committerAndrew Gerrand <adg@golang.org>
Thu, 12 May 2016 20:21:29 +0000 (20:21 +0000)
commit7af2ce3f159760033c903b3730bfb5995b4edd40
treec04d46e8de4bfdd6bd79017336eac62aba9f8b23
parent7ae273923cdd5d00b72c293b57ade8a1e290a4a3
cmd/build: reject non-existant directories in ImportDir

Re-apply @adg's CL https://golang.org/cl/7129048 that was
previously disabled in https://golang.org/cl/7235052 because
it broke `godoc net/http` for go1.1.

Currently `godoc net/http` seems to work fine with this CL.

Fixes #3428.

Change-Id: I7df06df02fd62dededac6ec60bea62561be59cf1
Reviewed-on: https://go-review.googlesource.com/23013
Run-TryBot: Andrew Gerrand <adg@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/go/build/build.go
src/go/build/build_test.go