diff options
author | Ri Xu <xuri.me@gmail.com> | 2017-12-01 16:52:15 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2017-12-01 16:52:15 +0800 |
commit | 6d634ca320acca28a84f25888a04c0861548d5ed (patch) | |
tree | 5505c839c6b568f9928c17d1ac22bfadd1913eb1 /sheetpr_test.go | |
parent | 443695732ea878986db320b0b008070ed3f895a2 (diff) |
GitHub repo URL changed.
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 8c11a1a..e7e7482 100644 --- a/sheetpr_test.go +++ b/sheetpr_test.go @@ -5,8 +5,8 @@ import ( "reflect" "testing" + "github.com/360EntSecGroup-Skylar/excelize" "github.com/mohae/deepcopy" - "github.com/xuri/excelize" ) var _ = []excelize.SheetPrOption{ |