From 07a41400984ac16558b68420a448394f92bd0a20 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Fri, 1 Dec 2017 15:47:39 +0800 Subject: - 24 hour time format supported, relate issue #163; - godoc and go test updated --- sheetpr_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sheetpr_test.go') 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{ -- cgit v1.2.1