1
0
mirror of https://github.com/golang/go synced 2024-11-06 00:36:14 -07:00
go/cmd/bundle/testdata
Dmitri Shuralyov 5cb1c80a83 cmd/bundle: Support renaming imports.
Document a risk of generating invalid code due to shadowing between
identifiers in code files and the imported package names.

This risk was present before for any package with more than 1 .go file,
but it's increased when some files have renamed imports (since they're
typically used to resolve shadowing conflicts).

Resolves TODO(adonovan): support renaming imports.

Change-Id: Ie0e702345790fd2059c229623fb99fe645d688a4
Reviewed-on: https://go-review.googlesource.com/23785
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Alan Donovan <adonovan@google.com>
2016-08-24 17:03:01 +00:00
..
src cmd/bundle: Support renaming imports. 2016-08-24 17:03:01 +00:00
out.golden cmd/bundle: Support renaming imports. 2016-08-24 17:03:01 +00:00