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 /sheetpr_test.go | |
parent | 1fc4bc52fb8a0160eb624e7a24619d8c0e47e540 (diff) |
Testing files updated
Diffstat (limited to 'sheetpr_test.go')
-rw-r--r-- | sheetpr_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sheetpr_test.go b/sheetpr_test.go index 97a314c..b9f9e3b 100644 --- a/sheetpr_test.go +++ b/sheetpr_test.go @@ -7,7 +7,7 @@ import ( "github.com/mohae/deepcopy" "github.com/stretchr/testify/assert" - "github.com/360EntSecGroup-Skylar/excelize/v2" + "github.com/360EntSecGroup-Skylar/excelize" ) var _ = []excelize.SheetPrOption{ |