Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(193)

Issue 711041: code review 711041: fix build - unused import (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
16 years ago by rsc
Modified:
16 years ago
Reviewers:
CC:
gri, golang-dev
Visibility:
Public.

Description

fix build - unused import

Patch Set 1 #

Patch Set 2 : code review 711041: fix build - unused import #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -1 line) Patch
M src/pkg/go/printer/printer.go View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 3
rsc
Hello gri (cc: golang-dev@googlegroups.com), I'd like you to review this change.
16 years ago (2010-03-24 00:34:11 UTC) #1
rsc
*** 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
16 years ago (2010-03-24 00:34:15 UTC) #2
gri
16 years ago (2010-03-24 00:37:54 UTC) #3
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"
>  )
>
>
>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b