tools/go/pointer
Alan Donovan 744d7e68b1 go.tools/go/ssa: use bytes.Buffer instead of io.Writer.
This is (a) more efficient and (b) avoids the need for
constant error handling, since buffer writes can't fail.

Also:
- added WriteFunction and WritePackage functions,
  similar to types.WriteFoo.
- *Function and *Package now implement io.WriterTo.

LGTM=gri
R=gri
CC=golang-codereviews
https://golang.org/cl/57930044
2014-01-28 17:48:10 -05:00
..
testdata go.tools/go/loader: permit Create* methods to specify the ad-hoc package's path 2014-01-22 09:59:19 -05:00
TODO go.tools: rename packages. 2014-01-16 09:33:58 -05:00
analysis.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
api.go go.tools/call: rename package to go/callgraph 2014-01-16 14:04:19 -05:00
callgraph.go go.tools/call: rename package to go/callgraph 2014-01-16 14:04:19 -05:00
doc.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
example_test.go go.tools/go/loader: permit Create* methods to specify the ad-hoc package's path 2014-01-22 09:59:19 -05:00
gen.go go.tools/go/ssa: use bytes.Buffer instead of io.Writer. 2014-01-28 17:48:10 -05:00
intrinsics.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
labels.go go.tools/call: rename package to go/callgraph 2014-01-16 14:04:19 -05:00
pointer_test.go go.tools/go/loader: permit Create* methods to specify the ad-hoc package's path 2014-01-22 09:59:19 -05:00
print.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
reflect.go go.tools/go/types: cleanup: more consistent exported predicate names 2014-01-28 10:57:56 -08:00
solve.go go.tools/go/types: cleanup: more consistent exported predicate names 2014-01-28 10:57:56 -08:00
util.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00