mirror of
https://github.com/go-micro/go-micro.git
synced 2025-01-29 18:04:17 +02:00
fix build
This commit is contained in:
parent
f6b4a9da1c
commit
caa74d1b5f
@ -66,7 +66,6 @@ func newTunnel(opts ...Option) *tun {
|
||||
token: options.Token,
|
||||
send: make(chan *message, 128),
|
||||
closed: make(chan bool),
|
||||
updated: make(chan bool, 3),
|
||||
sessions: make(map[string]*session),
|
||||
links: make(map[string]*link),
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user