]> Cypherpunks repositories - gostls13.git/commit
- make printer interface easily extensible w/o breaking clients (in the future)
authorRobert Griesemer <gri@golang.org>
Fri, 23 Oct 2009 01:19:49 +0000 (18:19 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 23 Oct 2009 01:19:49 +0000 (18:19 -0700)
commit8f52a821693c93d071edabb1e9239a7f7c3a2d1c
tree9ff2dd5fa71354e83abf6d2c262088d7e44c0b82
parentabc6ad427d96138ef5a3c8fdb9d2f6d5ab9a2bbb
- make printer interface easily extensible w/o breaking clients (in the future)
- replacement for p4 CL 35999 (abandoned)

R=rsc
http://go/go-review/1012010
src/cmd/cgo/out.go
src/cmd/godoc/godoc.go
src/cmd/gofmt/gofmt.go
src/pkg/go/printer/printer.go
src/pkg/go/printer/printer_test.go