diff options
| author | Russ Cox <rsc@golang.org> | 2009-09-17 10:27:04 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-09-17 10:27:04 -0700 |
| commit | 20011bc87841ca63855120537329bd9f24067645 (patch) | |
| tree | 96bb437a1d051ac0f6b76d09ac22aad882fa6d60 /src/pkg/datafmt/parser.go | |
| parent | 1401151ab2c4abf47e61391972731c3bf38564fe (diff) | |
| download | go-20011bc87841ca63855120537329bd9f24067645.tar.xz | |
unused imports
R=r
OCL=34731
CL=34731
Diffstat (limited to 'src/pkg/datafmt/parser.go')
| -rw-r--r-- | src/pkg/datafmt/parser.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/datafmt/parser.go b/src/pkg/datafmt/parser.go index d1fa3f2cbb..5458991321 100644 --- a/src/pkg/datafmt/parser.go +++ b/src/pkg/datafmt/parser.go @@ -6,7 +6,6 @@ package datafmt import ( "container/vector"; - "fmt"; "go/scanner"; "go/token"; "os"; |
