mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Infer type
Signed-off-by: Darren Shepherd <darren@rancher.com>
This commit is contained in:
parent
3f77f627d0
commit
34f44c642f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
activationLock chan struct{} = make(chan struct{})
|
||||
activationLock = make(chan struct{})
|
||||
)
|
||||
|
||||
type HttpServer struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue