1
0
mirror of https://github.com/golang/go synced 2024-11-05 17:06:13 -07:00
go/refactor
Michael Matloob 12f59dd68b refactor/importgraph: get test to pass when run in modules mode
Use packagestest to copy the code in the test directory to a GOPATH
in a temporary directory, so the test doesn't depend on accessing
the user's GOPATH.

Change-Id: I5895ad97ab478625048fdcd330ef516df9c428d3
Reviewed-on: https://go-review.googlesource.com/c/162777
Run-TryBot: Michael Matloob <matloob@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2019-02-14 19:27:12 +00:00
..
eg all: fix typos in comments 2018-08-10 18:15:57 +00:00
importgraph refactor/importgraph: get test to pass when run in modules mode 2019-02-14 19:27:12 +00:00
rename refactor/rename: re-enable TestMoves on Windows 2019-02-12 21:30:38 +00:00
satisfy refactor/...: remove go1.8-tagged files 2016-11-04 21:29:48 +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.