1
0
mirror of https://github.com/golang/go synced 2024-11-18 22:55:23 -07:00
go/oracle
Alan Donovan e08d89f3ed go.tools/oracle: an oracle that answers questions about Go source code.
+ Tests.
+ Emacs integration.
+ Emacs integration test.
+ very rudimentary Vim integration.  Needs some love from a Vim user.

TODO (in follow-ups):
- More tests would be good.
  We'll need to make the output order deterministic in more places.
- Documentation.

R=gri, crawshaw, dominik.honnef
CC=golang-dev
https://golang.org/cl/9502043
2013-08-27 17:58:26 -04:00
..
testdata/src go.tools/oracle: an oracle that answers questions about Go source code. 2013-08-27 17:58:26 -04:00
callees.go go.tools/oracle: an oracle that answers questions about Go source code. 2013-08-27 17:58:26 -04:00
callers.go go.tools/oracle: an oracle that answers questions about Go source code. 2013-08-27 17:58:26 -04:00
callgraph.go go.tools/oracle: an oracle that answers questions about Go source code. 2013-08-27 17:58:26 -04:00
callstack.go go.tools/oracle: an oracle that answers questions about Go source code. 2013-08-27 17:58:26 -04:00
describe.go go.tools/oracle: an oracle that answers questions about Go source code. 2013-08-27 17:58:26 -04:00
freevars.go go.tools/oracle: an oracle that answers questions about Go source code. 2013-08-27 17:58:26 -04:00
implements.go go.tools/oracle: an oracle that answers questions about Go source code. 2013-08-27 17:58:26 -04:00
oracle_test.go go.tools/oracle: an oracle that answers questions about Go source code. 2013-08-27 17:58:26 -04:00
oracle.go go.tools/oracle: an oracle that answers questions about Go source code. 2013-08-27 17:58:26 -04:00
peers.go go.tools/oracle: an oracle that answers questions about Go source code. 2013-08-27 17:58:26 -04:00