diff options
author | Steve H <steve.high@gmail.com> | 2016-10-18 10:33:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-18 10:33:13 -0400 |
commit | 5137cfa56640919e5660cb2ad4fa7a199588387c (patch) | |
tree | 05502bc267e4c578e5a6695bd3a27dcf643a935c /README.md | |
parent | 2ebf9884010440e06a93b15818bf578295bac3b3 (diff) |
Update README.md
added missing imports
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" ) |