tools/cmd
Daniel Morsing 25f58f97ce x/tools/oracle: add whicherrs query mode
The whicherrs query mode takes the position of an error and returns the set of constants, globals and types visible from within the scope of the error being queried.
It is meant to be used as a shortcut to find out which errors should be handled for a given functions call.

LGTM=adonovan
R=golang-codereviews, dominik.honnef, adonovan
CC=golang-codereviews
https://golang.org/cl/167420043
2014-12-05 15:51:34 +00:00
..
benchcmp benchcmp: Fix invocation instructions. 2014-07-22 17:50:39 +10:00
callgraph cmd/callgraph: add -algo=static and -algo=cha options. 2014-11-21 11:07:56 -05:00
cover go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
digraph x/tools/*: print program name, not "Error", when reporting command error messages. 2014-11-17 12:58:28 -05:00
eg x/tools/*: print program name, not "Error", when reporting command error messages. 2014-11-17 12:58:28 -05:00
godex go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
godoc x/tools/cmd/godoc: add golang.org/x/oauth2 import path 2014-11-26 15:31:30 +11:00
goimports go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
gorename cmd/gorename: support renaming of methods with consequences for other types, iff initiated at an abstract method. 2014-12-04 09:37:50 -05:00
gotype go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
html2article go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
oracle x/tools/oracle: add whicherrs query mode 2014-12-05 15:51:34 +00:00
present go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
ssadump x/tools/*: print program name, not "Error", when reporting command error messages. 2014-11-17 12:58:28 -05:00
stringer tools/cmd/vet: check that cgo is enabled before testing it 2014-12-02 08:15:26 +09:00
vet go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00