tools/cmd/bundle/testdata/src/initial
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
..
a.go x/tools/cmd/bundle: a tool to concatenate source files, preserving reference integrity 2015-10-29 19:10:01 +00:00
b.go cmd/bundle: move down imports of external package 2016-05-26 02:53:53 +00:00
c.go cmd/bundle: Support renaming imports. 2016-08-24 17:03:01 +00:00