1
0
mirror of https://github.com/golang/go synced 2024-11-18 06:54:49 -07:00
go/refactor
Alan Donovan 9c3986db53 refactor/rename: fix two bugs related to MS Windows' path separator
In the package, the added import declarations used backslashes.
In the test, filenames in warning messages used backslashes.
Now both use forward slash.

Fixes golang/go#16384

Change-Id: I43116aab0b3209305f23ed9def7c4adf3259941e
Reviewed-on: https://go-review.googlesource.com/24943
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-07-15 14:58:04 +00:00
..
eg refactor/eg: fix build after deletion of x/tools/go/types 2016-04-06 22:02:45 +00:00
importgraph refactor/importgraph: document that graphs are cyclic 2016-03-03 22:47:59 +00:00
rename refactor/rename: fix two bugs related to MS Windows' path separator 2016-07-15 14:58:04 +00:00
satisfy x/tools: remove remaining files tagged for Go 1.4 2016-04-12 18:58:24 +00:00
README

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