1
0
mirror of https://github.com/golang/go synced 2024-10-01 12:28:37 -06:00
go/refactor/rename
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
..
check.go tools: switch to standard go/types at tip 2016-01-06 22:15:26 +00:00
go-rename.el cmd/gorename: emacs: do not auto shrink error window 2016-03-07 15:44:52 +00:00
mvpkg_test.go refactor/rename: fix two bugs related to MS Windows' path separator 2016-07-15 14:58:04 +00:00
mvpkg.go refactor/rename: fix two bugs related to MS Windows' path separator 2016-07-15 14:58:04 +00:00
rename_test.go refactor/rename: skip Diff test on Windows (build fix attempt) 2016-01-08 00:30:52 +00:00
rename.go refactor/rename: fix spurious conflict report when renaming x/foo to y/foo 2016-07-14 18:43:43 +00:00
spec.go refactor/rename: fix crash with "." as -from package 2016-01-08 19:32:44 +00:00
util.go tools: switch to standard go/types at tip 2016-01-06 22:15:26 +00:00