1
0
mirror of https://github.com/golang/go synced 2024-10-01 03:08:33 -06:00
go/oracle
Alan Donovan 0126405cad go.tools/oracle: change -pos flag syntax from "file pos-pos" to file:pos-pos.
Pro: no shell quotation needed.
Con: can't be parsed by (the perpetually useless) Scanf.

R=crawshaw, dgryski
CC=golang-dev
https://golang.org/cl/13441043
2013-09-03 10:58:58 -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: add copyright messages to source files. 2013-08-27 18:49:13 -04:00
callers.go go.tools: add copyright messages to source files. 2013-08-27 18:49:13 -04:00
callgraph.go go.tools: add copyright messages to source files. 2013-08-27 18:49:13 -04:00
callstack.go go.tools: add copyright messages to source files. 2013-08-27 18:49:13 -04:00
describe.go go.tools: add copyright messages to source files. 2013-08-27 18:49:13 -04:00
freevars.go go.tools: add copyright messages to source files. 2013-08-27 18:49:13 -04:00
implements.go go.tools: add copyright messages to source files. 2013-08-27 18:49:13 -04:00
oracle_test.go go.tools/oracle: change -pos flag syntax from "file pos-pos" to file:pos-pos. 2013-09-03 10:58:58 -04:00
oracle.go go.tools/oracle: change -pos flag syntax from "file pos-pos" to file:pos-pos. 2013-09-03 10:58:58 -04:00
peers.go go.tools/oracle: address reviewer suggestions from CL 9502043 2013-08-29 21:36:59 -04:00