summaryrefslogtreecommitdiff
path: root/picture.go
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2017-03-30 11:06:51 +0800
committerRi Xu <xuri.me@gmail.com>2017-03-30 11:06:51 +0800
commit7ceb4f21adc3fe405eae9aee559b2f319eab35fa (patch)
treece7e5834da752da40dba5143cfb805631c08e66f /picture.go
parent02b81b7efe58549f88c93c1264ef618ee842c0fc (diff)
Godoc updated.
Diffstat (limited to 'picture.go')
-rw-r--r--picture.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/picture.go b/picture.go
index 8bc4a1d..e7951dd 100644
--- a/picture.go
+++ b/picture.go
@@ -373,11 +373,11 @@ func (f *File) getSheetRelationshipsTargetByID(sheet string, rID string) string
// if file == "" {
// os.Exit(1)
// }
-// err := ioutil.WriteFile(file, raw, 0644)
-// if err != nil {
+// err := ioutil.WriteFile(file, raw, 0644)
+// if err != nil {
// fmt.Println(err)
// os.Exit(1)
-// }
+// }
//
func (f *File) GetPicture(sheet, cell string) (string, []byte) {
xlsx := f.workSheetReader(sheet)