]> Cypherpunks repositories - gostls13.git/commit
Revert "cmd/build: reject non-existant directories in ImportDir"
authorMikio Hara <mikioh.mikioh@gmail.com>
Fri, 13 May 2016 02:10:29 +0000 (11:10 +0900)
committerAndrew Gerrand <adg@golang.org>
Fri, 13 May 2016 17:30:23 +0000 (17:30 +0000)
commit2cc0f2209653f9f6931e0c3a1fb63e581a0fe87f
treeea62a4bba24b0f023060030cfaed24e7f42689ca
parentbe5782c330f2c743f81942f5bc1b9c1e04296d44
Revert "cmd/build: reject non-existant directories in ImportDir"

This reverts commit 7af2ce3f159760033c903b3730bfb5995b4edd40.

The commit had a wrong prefix in the description line, probably
misreconginized something. As a result it broke golang.org/x/tools/godoc
and golang.org/x/tools/cmd/godoc like the following:

--- FAIL: TestCLI (10.90s)
--- FAIL: TestWeb (13.74s)
FAIL
FAIL        golang.org/x/tools/cmd/godoc    36.428s
--- FAIL: TestCommandLine (0.00s)
FAIL
FAIL        golang.org/x/tools/godoc        0.068s

Change-Id: I362a862a4ded8592dec7488a28e7a256adee148f
Reviewed-on: https://go-review.googlesource.com/23076
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/go/build/build.go
src/go/build/build_test.go