1
0
mirror of https://github.com/golang/go synced 2024-11-18 22:44:48 -07:00
go/cmd/guru
Gordon Tyler 2dc4ef2775 cmd/guru: fix guessImportPath for Windows
Import paths in Go use forward slashes, not the operating system's path separator.

Fixes golang/go#24699.
Fixes golang/go#23318.

Change-Id: I190224f6b7236e8ee19893f3589dd9686cbf116a
GitHub-Last-Rev: 751b29ca5f2e52ee1124c4baca6e45eecf4a3052
GitHub-Pull-Request: golang/tools#56
Reviewed-on: https://go-review.googlesource.com/c/151057
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2019-02-25 23:45:24 +00:00
..
serial cmd/guru: add type position to describe command 2018-11-20 20:06:22 +00:00
testdata/src cmd/guru: remove Go 1.9 handling, since we no longer support 1.8 2019-02-04 19:56:32 +00:00
callees.go cmd/guru: fix several functions godoc comment prefix 2018-10-11 18:05:12 +00:00
callers.go cmd/guru: fix several functions godoc comment prefix 2018-10-11 18:05:12 +00:00
callstack.go cmd/guru: fix several functions godoc comment prefix 2018-10-11 18:05:12 +00:00
definition.go
describe.go cmd/guru: fix incorrect case order in describe.go 2019-01-02 21:33:36 +00:00
freevars.go
guru_test.go cmd/guru: remove Go 1.9 handling, since we no longer support 1.8 2019-02-04 19:56:32 +00:00
guru.go
implements.go cmd/guru: fix several functions godoc comment prefix 2018-10-11 18:05:12 +00:00
isAlias18.go
isAlias19.go
main.go cmd/guru: if built with gccgo, switch to gc mode if GOROOT is valid 2018-06-11 19:19:27 +00:00
peers.go
pointsto.go
pos.go
referrers.go cmd/guru: fix several functions godoc comment prefix 2018-10-11 18:05:12 +00:00
unit_test.go
what.go cmd/guru: fix guessImportPath for Windows 2019-02-25 23:45:24 +00:00
whicherrs.go