Update README.md

added missing imports
This commit is contained in:
Steve H 2016-10-18 10:33:13 -04:00 committed by GitHub
parent 2ebf988401
commit 5137cfa566
1 changed files with 4 additions and 0 deletions

View File

@ -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"
)