del import googl ctx
This commit is contained in:
parent
97625535d2
commit
b8ef6db02c
3
tcp.go
3
tcp.go
@ -2,9 +2,9 @@
|
||||
package tcp // import "go.unistack.org/micro-server-tcp/v3"
|
||||
|
||||
import (
|
||||
"context"
|
||||
"crypto/tls"
|
||||
"fmt"
|
||||
"golang.org/x/net/context"
|
||||
"net"
|
||||
"sort"
|
||||
"sync"
|
||||
@ -15,6 +15,7 @@ import (
|
||||
"go.unistack.org/micro/v3/logger"
|
||||
"go.unistack.org/micro/v3/register"
|
||||
"go.unistack.org/micro/v3/server"
|
||||
|
||||
"golang.org/x/net/netutil"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user