]> Cypherpunks repositories - gostls13.git/commit
cmd/go: don't reject ./... matching top-level file outside GOPATH
authorIan Lance Taylor <iant@golang.org>
Wed, 25 Jan 2017 14:25:17 +0000 (06:25 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 26 Jan 2017 14:41:37 +0000 (14:41 +0000)
commit78860b2ad2261b6e3dc29006d2ffbdc4da14cb2e
tree61974635306496764a8b70c40b8f24d2fcc1aa4a
parent2b283cedef2a62e37b7422ef3badc7b758bd26c8
cmd/go: don't reject ./... matching top-level file outside GOPATH

This unwinds a small part of CL 31668: we now accept "./." in cleanImport.

Fixes #18778.

Change-Id: Ia7f1fde1cafcea3cc9e0b597a95a0e0bb410a3ed
Reviewed-on: https://go-review.googlesource.com/35646
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/go_test.go
src/cmd/go/pkg.go