summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2016-10-19 11:24:44 +0800
committerGitHub <noreply@github.com>2016-10-19 11:24:44 +0800
commite50690dce0fb842e5e5408b645cfd9411997938c (patch)
tree666d35c5a14360770a1c1d111f3df0761d7f7aab /README.md
parentea11b501059eda7d4deaa3e9eca9d9407a7ef719 (diff)
parent5137cfa56640919e5660cb2ad4fa7a199588387c (diff)
Merge pull request #10 from schigh/master
Update README.md @schigh 👌 Thanks for your pr.
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 f1a57cd..a99e851 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,8 @@ package main
import (
"fmt"
+ "os"
+
"github.com/Luxurioust/excelize"
)
@@ -86,6 +88,8 @@ package main
import (
"fmt"
+ "os"
+
"github.com/Luxurioust/excelize"
)