Browse Source

* lib_test.go: Removed unused import

Geoff Teale 14 years ago
parent
commit
be31440332
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib_test.go

+ 0 - 1
lib_test.go

@@ -2,7 +2,6 @@ package xlsx
 
 
 import (
-	"fmt"
 	"os"
 	"testing"
 )