1
0
mirror of https://github.com/golang/go synced 2024-09-30 14:28:33 -06:00
go/refactor
Alan Donovan e21b7325f7 refactor/lexical: delete package
It is possible to reconstruct the lexical environment at any point
using only Object and Scope positions; see CL 9544 for an example.

Change-Id: I1268f9490c072ceb1c4d044df2e9c49678d73dfd
Reviewed-on: https://go-review.googlesource.com/14131
Reviewed-by: Robert Griesemer <gri@golang.org>
2015-08-31 21:14:04 +00:00
..
eg x/tools: disable tests not supported on Android 2015-08-06 00:36:03 +00:00
importgraph x/tools: disable tests not supported on Android 2015-08-06 00:36:03 +00:00
rename refactor/rename: fix build breakage (due to go/types version skew) 2015-08-31 21:13:35 +00:00
satisfy go/types: move MethodSetCache into package go/types/typeutil 2015-06-05 17:34:01 +00:00
README go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00

golang.org/x/tools/refactor: libraries for refactoring tools.