diff options
author | xuri <xuri.me@gmail.com> | 2019-04-30 18:39:27 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2019-05-02 15:57:47 +0800 |
commit | b1f632d4084130628f10906ff6a7bb55022e4c08 (patch) | |
tree | b1828b143ca622f3838e758d22b820a002508008 /picture.go | |
parent | 01a418bda8502890e89ab20a2b41220372877bae (diff) |
Resolve #393, upgrade Go module to v2
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" +// "github.com/360EntSecGroup-Skylar/excelize/v2" // ) // // 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" +// "github.com/360EntSecGroup-Skylar/excelize/v2" // ) // // func main() { |