Forráskód Böngészése

GitHub repo URL changed.

Ri Xu 8 éve
szülő
commit
6d634ca320
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      sheetpr_test.go
  2. 1 1
      sheetview_test.go

+ 1 - 1
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{

+ 1 - 1
sheetview_test.go

@@ -4,7 +4,7 @@ import (
 	"fmt"
 	"testing"
 
-	"github.com/xuri/excelize"
+	"github.com/360EntSecGroup-Skylar/excelize"
 )
 
 var _ = []excelize.SheetViewOption{