Ver código fonte

fixed a variable name in README.md

Bruno Bigras 12 anos atrás
pai
commit
fa03a3ad76
1 arquivos alterados com 1 adições e 1 exclusões
  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 {
         ...