]> Cypherpunks repositories - gostls13.git/commit
cmd/go: allow internal imports based on module paths
authorBryan C. Mills <bcmills@google.com>
Tue, 24 Jul 2018 23:10:08 +0000 (19:10 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 31 Jul 2018 01:58:53 +0000 (01:58 +0000)
commitdb2f680fdfc9118013cb3996e3ea8664c196e6ba
treee5bb8ea833c4fb915d19f44b4399cb5dba228a4b
parent38dc795074acbf2529a39e45a64fce3ab22cf8e4
cmd/go: allow internal imports based on module paths

Updates #23970.

Change-Id: I2e69ad15b9d1097bfeef9947f03cfa6834a6a049
Reviewed-on: https://go-review.googlesource.com/125676
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/internal/load/pkg.go
src/cmd/go/testdata/mod/golang.org_notx_useinternal_v0.1.0.txt [new file with mode: 0644]
src/cmd/go/testdata/mod/golang.org_x_internal_v0.1.0.txt [new file with mode: 0644]
src/cmd/go/testdata/mod/golang.org_x_useinternal_v0.1.0.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_internal.txt [new file with mode: 0644]