Hello gri (cc: golang-dev@googlegroups.com), I'd like you to review this change.
*** Submitted as http://code.google.com/p/go/source/detail?r=60b32c75586b *** fix build - unused import R=gri CC=golang-dev http://codereview.appspot.com/711041
LGTM On Tue, Mar 23, 2010 at 5:34 PM, <rsc@golang.org> wrote: > Reviewers: gri, > > Message: > Hello gri (cc: golang-dev@googlegroups.com), > > I'd like you to review this change. > > > Description: > fix build - unused import > > Please review this at http://codereview.appspot.com/711041/show > > Affected files: > M src/pkg/go/printer/printer.go > > > Index: src/pkg/go/printer/printer.go > =================================================================== > --- a/src/pkg/go/printer/printer.go > +++ b/src/pkg/go/printer/printer.go > @@ -13,7 +13,6 @@ > "io" > "os" > "path" > - "reflect" > "runtime" > "tabwriter" > ) > > >