summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteve H <steve.high@gmail.com>2016-10-18 10:33:13 -0400
committerGitHub <noreply@github.com>2016-10-18 10:33:13 -0400
commit5137cfa56640919e5660cb2ad4fa7a199588387c (patch)
tree05502bc267e4c578e5a6695bd3a27dcf643a935c /README.md
parent2ebf9884010440e06a93b15818bf578295bac3b3 (diff)
Update README.md
added missing imports
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 298772b..ef6f7ed 100644
--- a/README.md
+++ b/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"
)