Ver código fonte

thx to tealeg 4

Dasflugen 5 anos atrás
pai
commit
a31d635e84
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      schedule/xlsx.go

+ 1 - 1
schedule/xlsx.go

@@ -97,7 +97,7 @@ func ImportXLSX(filename string) []*PlanXLSX {
                 TypeRow: typerow,
             })
             }
-        }
+        })
         listOfPlans = append(listOfPlans, plan)
     }
     return listOfPlans