1
0
mirror of https://github.com/golang/go synced 2024-11-18 13:04:46 -07:00
go/cmd
Alan Donovan 3a4c0462d8 go.tools/oracle: change -mode argument into subcommand.
e.g. "oracle callgraph <package>"

Also: simplified error handling.
Eliminated oracle.errorf because it prepends "file:line:col: "
to the error message so the main function can't safely prepend "Error: ".
The position wasn't interesting though: it was just -pos, more or less.

R=crawshaw, dominik.honnef, r
CC=golang-dev
https://golang.org/cl/13864044
2013-09-25 14:34:39 -04:00
..
cover go.tools/cover: clean up usage information 2013-09-24 17:27:26 +10:00
godoc go.tools/cmd/godoc: update import paths 2013-09-19 10:59:21 +10:00
gotype go.tools/gotype: move to go.tools/cmd/gotype 2013-09-19 11:38:07 +10:00
oracle go.tools/oracle: change -mode argument into subcommand. 2013-09-25 14:34:39 -04:00
ssadump go.tools/importer: generalize command-line syntax. 2013-09-06 18:13:57 -04:00
vet go.tools/cmd/vet: handle recursive structs and slices. 2013-09-18 12:57:59 +10:00