Przeglądaj źródła

Update README.md

added missing imports
Steve H 9 lat temu
rodzic
commit
5137cfa566
1 zmienionych plików z 4 dodań i 0 usunięć
  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"
 )