ソースを参照

fix in port arg

Dasflugen 5 年 前
コミット
d574b83850
1 ファイル変更2 行追加2 行削除
  1. 2 2
      schedule/xlsx.go

+ 2 - 2
schedule/xlsx.go

@@ -2,9 +2,9 @@ package schedule
 
 import (
     // "fmt"
-    "strings"
+    // "strings"
     "strconv"
-    // "github.com/tealeg/xlsx"
+    "github.com/tealeg/xlsx"
 )
 
 func ImportXLSX(filename string) /*[]*PlanXLSX*/ {