]> Cypherpunks repositories - gostls13.git/commit
cmd/go: respect internal directories during 'go run'
authorRuss Cox <rsc@golang.org>
Thu, 14 Jan 2016 03:35:17 +0000 (22:35 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 14 Jan 2016 04:01:47 +0000 (04:01 +0000)
commitf36ee8c2494465a78f416e7f7653134b5428c168
treebb6d1c67ff36f079a8835a9c05ce530e30ffd881
parent8319c578906249ce0871a485acb2334a6cf54d6c
cmd/go: respect internal directories during 'go run'

Fixes #12217.

Change-Id: I5ee6cb18eaa66bdec1affe689aa531c05e719fc9
Reviewed-on: https://go-review.googlesource.com/18645
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/cmd/go/build.go
src/cmd/go/go_test.go
src/cmd/go/testdata/src/run/bad.go [new file with mode: 0644]
src/cmd/go/testdata/src/run/good.go [new file with mode: 0644]
src/cmd/go/testdata/src/run/internal/internal.go [new file with mode: 0644]
src/cmd/go/testdata/src/run/subdir/internal/private/private.go [new file with mode: 0644]