diff options
Diffstat (limited to 'src/pkg/strconv/itoa_test.go')
-rw-r--r-- | src/pkg/strconv/itoa_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkg/strconv/itoa_test.go b/src/pkg/strconv/itoa_test.go index 554c10b8b..56f5fb97c 100644 --- a/src/pkg/strconv/itoa_test.go +++ b/src/pkg/strconv/itoa_test.go @@ -5,8 +5,6 @@ package strconv_test import ( - "fmt"; - "os"; . "strconv"; "testing"; ) |