mirror of https://github.com/docker/docs.git
Infer type
Signed-off-by: Darren Shepherd <darren@rancher.com>
This commit is contained in:
parent
3f77f627d0
commit
34f44c642f
|
@ -32,7 +32,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
activationLock chan struct{} = make(chan struct{})
|
||||
activationLock = make(chan struct{})
|
||||
)
|
||||
|
||||
type HttpServer struct {
|
||||
|
|
Loading…
Reference in New Issue