diff options
author | xuri <xuri.me@gmail.com> | 2019-09-02 21:52:55 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2019-09-02 21:52:55 +0800 |
commit | 0acb3ef9685e80d51dfda5ab9a9db870af7e1614 (patch) | |
tree | d0082176b8ff5b6090642334d50ddf9db0ff8690 /picture.go | |
parent | 1fc4bc52fb8a0160eb624e7a24619d8c0e47e540 (diff) |
Testing files updated
Diffstat (limited to 'picture.go')
-rw-r--r-- | picture.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,7 +51,7 @@ func parseFormatPictureSet(formatSet string) (*formatPicture, error) { // _ "image/jpeg" // _ "image/png" // -// "github.com/360EntSecGroup-Skylar/excelize/v2" +// "github.com/360EntSecGroup-Skylar/excelize" // ) // // func main() { @@ -111,7 +111,7 @@ func (f *File) AddPicture(sheet, cell, picture, format string) error { // _ "image/jpeg" // "io/ioutil" // -// "github.com/360EntSecGroup-Skylar/excelize/v2" +// "github.com/360EntSecGroup-Skylar/excelize" // ) // // func main() { |