This commit is contained in:
parent
6bcb35a65f
commit
f373ab76ee
|
@ -33,7 +33,7 @@ func ImportUserIdMap() {
|
||||||
if upper >= len(list) {
|
if upper >= len(list) {
|
||||||
upper = len(list) - 1
|
upper = len(list) - 1
|
||||||
}
|
}
|
||||||
go ImportAsList(mcli, ctx, list[lower:upper], i)
|
ImportAsList(mcli, ctx, list[lower:upper], i)
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("Import into test success")
|
fmt.Printf("Import into test success")
|
||||||
|
|
Loading…
Reference in New Issue