tools/cmd/guru/testdata/src
Josh Bleecher Snyder c1f4e2c6dc cmd/guru: emit initial referrers result earlier
This simplifies and unifies the code.
It also improves the output:
Now the initial result is referred to from the perspective of
the query site, rather than from the perspective of the package
containing the query object, which seems more natural.

This work supported by Sourcegraph.

Change-Id: Ie7a77d39dd6568334e72d894dc66d35494ed4ac4
Reviewed-on: https://go-review.googlesource.com/108936
Reviewed-by: Alan Donovan <adonovan@google.com>
2018-05-01 18:28:20 +00:00
..
alias x/tools: simplify and format code 2017-02-28 14:15:42 +00:00
calls cmd/guru: fix tests 2016-02-25 22:51:33 +00:00
calls-json cmd/guru: support streaming plain and -json output 2016-04-11 19:51:55 +00:00
definition-json cmd/guru: fix tests now that go1.9 go/types returns fake packages 2017-03-08 23:16:52 +00:00
describe cmd/guru: fix tests now that go1.9 go/types returns fake packages 2017-03-08 23:16:52 +00:00
describe-json cmd/guru: support streaming plain and -json output 2016-04-11 19:51:55 +00:00
freevars cmd/guru: freevars: reenable test of labels (and improve output) 2016-02-12 03:59:51 +00:00
implements cmd/guru: implements: if selected expr is a value, use its type 2016-04-28 14:33:14 +00:00
implements-json cmd/guru: support streaming plain and -json output 2016-04-11 19:51:55 +00:00
implements-methods cmd/guru: fix tests 2016-02-25 22:51:33 +00:00
implements-methods-json cmd/guru: support streaming plain and -json output 2016-04-11 19:51:55 +00:00
imports cmd/guru: fix and reenable failing test case 2017-04-14 23:25:34 +00:00
lib cmd/guru: fix and reenable failing test case 2017-04-14 23:25:34 +00:00
main cmd/guru: rename oracle to guru, copying it to a single package 2016-02-12 03:38:58 +00:00
peers x/tools: simplify and format code 2017-02-28 14:15:42 +00:00
peers-json cmd/guru: support streaming plain and -json output 2016-04-11 19:51:55 +00:00
pointsto cmd/guru: fix tests 2016-02-25 22:51:33 +00:00
pointsto-json cmd/guru: support streaming plain and -json output 2016-04-11 19:51:55 +00:00
referrers cmd/guru: emit initial referrers result earlier 2018-05-01 18:28:20 +00:00
referrers-json cmd/guru: fix tests now that go1.9 go/types returns fake packages 2017-03-08 23:16:52 +00:00
reflection cmd/guru: fix tests 2016-02-25 22:51:33 +00:00
softerrs cmd/guru: add workaround to handle inconsistency between go/types and gc 2016-11-23 20:09:00 +00:00
what x/tools/cmd/guru: fix golden files for what query 2017-03-04 20:46:07 +00:00
what-json x/tools/cmd/guru: fix golden files for what query 2017-03-04 20:46:07 +00:00
whicherrs cmd/guru: whicherrs: don't crash on dead code 2016-03-25 16:35:34 +00:00
README.txt cmd/guru: fix nil deref when position is not in Go source 2016-03-07 15:53:42 +00:00

README.txt

This is not a Go source file.
Used by TestIssue14684.