mirror of
https://github.com/go-kratos/kratos.git
synced 2025-03-17 21:07:54 +02:00
fix import from internal
This commit is contained in:
parent
a48d4c46fe
commit
d90050f81f
@ -7,9 +7,9 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"go-common/library/net/metadata"
|
||||
"go-common/library/stat/metric"
|
||||
xtime "go-common/library/time"
|
||||
"github.com/bilibili/kratos/pkg/net/metadata"
|
||||
"github.com/bilibili/kratos/pkg/stat/metric"
|
||||
xtime "github.com/bilibili/kratos/pkg/time"
|
||||
)
|
||||
|
||||
// ErrFull channel full error
|
||||
|
@ -92,7 +92,6 @@ func TestPipelineSmooth(t *testing.T) {
|
||||
Interval: xtime.Duration(time.Second),
|
||||
Buffer: 100,
|
||||
Worker: 10,
|
||||
Smooth: true,
|
||||
}
|
||||
type result struct {
|
||||
index int
|
||||
|
Loading…
x
Reference in New Issue
Block a user