Browse Source

fix in port arg

Dasflugen 5 years ago
parent
commit
64a32f64be
3 changed files with 2 additions and 5 deletions
  1. 0 1
      Schedule
  2. 0 1
      ScheduleGenerator
  3. 2 3
      schedule/xlsx.go

+ 0 - 1
Schedule

@@ -1 +0,0 @@
-Subproject commit 9a8a5e51a1bdffd32eb5b903994080fd2abc2d6f

+ 0 - 1
ScheduleGenerator

@@ -1 +0,0 @@
-Subproject commit aa2ba3a2be91af8da988037ca78834752de757f1

+ 2 - 3
schedule/xlsx.go

@@ -4,10 +4,10 @@ import (
     // "fmt"
     "strings"
     "strconv"
-    "github.com/tealeg/xlsx"
+    // "github.com/tealeg/xlsx"
 )
 
-func ImportXLSX(filename string) []*PlanXLSX {
+func ImportXLSX(filename string) /*[]*PlanXLSX*/ {
     // var (
     //     listOfPlans []*PlanXLSX
     // )
@@ -113,7 +113,6 @@ func ImportXLSX(filename string) []*PlanXLSX {
     //     listOfPlans = append(listOfPlans, plan)
     // }
     // return listOfPlans
-    return nil
 }
 
 func CreateXLSX(filename string) (*xlsx.File, string) {