diff options
author | Ri Xu <xuri.me@gmail.com> | 2017-12-01 15:47:39 +0800 |
---|---|---|
committer | Ri Xu <xuri.me@gmail.com> | 2017-12-01 15:47:39 +0800 |
commit | 07a41400984ac16558b68420a448394f92bd0a20 (patch) | |
tree | 31b41c56ddc14a90cb8db3e1306487e9d6a058f5 /sheetpr_test.go | |
parent | 2dc385431d3b50bf3b83799dc8a822b8ef870577 (diff) |
- 24 hour time format supported, relate issue #163;
- godoc and go test updated
Diffstat (limited to 'sheetpr_test.go')
-rw-r--r-- | sheetpr_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sheetpr_test.go b/sheetpr_test.go index c28ee05..8c11a1a 100644 --- a/sheetpr_test.go +++ b/sheetpr_test.go @@ -6,8 +6,7 @@ import ( "testing" "github.com/mohae/deepcopy" - - "github.com/360EntSecGroup-Skylar/excelize" + "github.com/xuri/excelize" ) var _ = []excelize.SheetPrOption{ |