Explorar el Código

Update README.md

added missing imports
Steve H hace 9 años
padre
commit
5137cfa566
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -62,6 +62,8 @@ package main
 
 import (
     "fmt"
+    "os"
+    
     "github.com/Luxurioust/excelize"
 )
 
@@ -92,6 +94,8 @@ package main
 
 import (
     "fmt"
+    "os"
+    
     "github.com/Luxurioust/excelize"
 )