1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-18 22:17:44 +02:00

move transport back

This commit is contained in:
Asim Aslam
2019-07-09 18:41:26 +01:00
parent 97282a5377
commit 0bf54c122f
39 changed files with 42 additions and 42 deletions

View File

@ -4,8 +4,8 @@ import (
"testing"
"time"
"github.com/micro/go-micro/network/transport"
"github.com/micro/go-micro/network/transport/memory"
"github.com/micro/go-micro/transport"
"github.com/micro/go-micro/transport/memory"
)
func testPool(t *testing.T, size int, ttl time.Duration) {