go/cmd/guru
Robert Findley 27fc7644e1 all: various test fixes related to any
Fix several tests that were failing at CL 368254 due to inconsistent
formatting of standard library types across Go versions. Generally this
is addressed by replacing interface{} with any, though the mechanism
varies.

Where possible, prefer to update the test data to accurately reflect
1.18 formatting.

Change-Id: Ia92cd565d2ba1dd464891093b78c636fcaff44bc
Reviewed-on: https://go-review.googlesource.com/c/tools/+/370655
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2021-12-09 15:47:16 +00:00
..
serial cmd/guru: add type position to describe command 2018-11-20 20:06:22 +00:00
testdata/src all: various test fixes related to any 2021-12-09 15:47:16 +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 cmd/guru: revert support for Go 1.8 aliases 2016-11-04 21:18:07 +00:00
describe.go cmd/guru: adjust describe qualifier function (fix describe test) 2021-02-25 05:05:20 +00:00
freevars.go cmd/guru: support streaming plain and -json output 2016-04-11 19:51:55 +00:00
guru.go cmd/guru: remove use of deprecated ssa.CreateTestMainPackage 2021-11-12 22:28:40 +00:00
guru_test.go all: various test fixes related to any 2021-12-09 15:47:16 +00:00
implements.go cmd/guru: fix several functions godoc comment prefix 2018-10-11 18:05:12 +00:00
isAlias18.go all: go fmt ./... 2021-02-20 03:28:52 +00:00
isAlias19.go all: go fmt ./... 2021-02-20 03:28:52 +00:00
main.go cmd: avoid printing redundant newlines 2021-11-08 18:39:25 +00:00
peers.go cmd/guru: add workaround to handle inconsistency between go/types and gc 2016-11-23 20:09:00 +00:00
pointsto.go cmd/guru: add workaround to handle inconsistency between go/types and gc 2016-11-23 20:09:00 +00:00
pos.go cmd/guru: fix typo of 'hyphen' to rename to 'comma' 2017-01-25 19:35:15 +00:00
referrers.go all: replace 'the the ' with 'the ' 2020-09-21 21:00:52 +00:00
unit_test.go go/buildutil, cmd/guru: resolve symlinks in filenames through build.Context 2016-12-06 21:45:43 +00:00
what.go cmd/guru: fix guessImportPath for Windows 2019-02-25 23:45:24 +00:00
whicherrs.go x/tools: support Go 1.9 type aliases 2017-02-13 21:46:59 +00:00