Sfoglia il codice sorgente

Merge pull request #16 from brunoqc/patch-1

fixed a variable name in README.md

Cheers brunoqc!
Geoffrey J. Teale 12 anni fa
parent
commit
c9dcef43eb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      README.md

+ 1 - 1
README.md

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