Browse Source

Update README.md

added missing imports
Steve H 9 years ago
parent
commit
5137cfa566
1 changed files with 4 additions and 0 deletions
  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"
 )