Move pool to util

This commit is contained in:
Asim Aslam 2020-01-19 17:30:49 +00:00
parent a47ff65529
commit fac75866d9
5 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
"github.com/google/uuid"
"github.com/micro/go-micro/broker"
"github.com/micro/go-micro/client/pool"
"github.com/micro/go-micro/util/pool"
"github.com/micro/go-micro/client/selector"
"github.com/micro/go-micro/codec"
raw "github.com/micro/go-micro/codec/bytes"