Browse Source

fix import

Dasflugen 5 năm trước cách đây
mục cha
commit
3e6756cca1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      schedule/xlsx.go

+ 1 - 1
schedule/xlsx.go

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