1
0
mirror of https://github.com/golang/go synced 2024-11-22 10:04:42 -07:00

fix build - unused import

R=gri
CC=golang-dev
https://golang.org/cl/711041
This commit is contained in:
Russ Cox 2010-03-23 17:34:13 -07:00
parent 48f0cd2bd5
commit 556ae65d36

View File

@ -13,7 +13,6 @@ import (
"io"
"os"
"path"
"reflect"
"runtime"
"tabwriter"
)