Explorar el Código

fixed a variable name in README.md

Bruno Bigras hace 12 años
padre
commit
fa03a3ad76
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -26,7 +26,7 @@ import (
 )
 )
 
 
 func main() {
 func main() {
-    excelFile := "/home/tealeg/foo.xlsx"
+    excelFileName := "/home/tealeg/foo.xlsx"
     xlFile, error := xlsx.OpenFile(excelFileName)
     xlFile, error := xlsx.OpenFile(excelFileName)
     if error != nil {
     if error != nil {
         ...
         ...