Browse Source

fix import

Dasflugen 5 years ago
parent
commit
3e6756cca1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      schedule/xlsx.go

+ 1 - 1
schedule/xlsx.go

@@ -2,7 +2,7 @@ package schedule
 
 
 import (
 import (
     // "fmt"
     // "fmt"
-    "strings"
+    // "strings"
     "strconv"
     "strconv"
     "github.com/tealeg/xlsx"
     "github.com/tealeg/xlsx"
 )
 )