mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Infer type
Signed-off-by: Darren Shepherd <darren@rancher.com> Upstream-commit: 34f44c642faa94ae5d5677d49f690533c67cdf5e Component: engine
This commit is contained in:
@@ -32,7 +32,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
activationLock chan struct{} = make(chan struct{})
|
||||
activationLock = make(chan struct{})
|
||||
)
|
||||
|
||||
type HttpServer struct {
|
||||
|
||||
Reference in New Issue
Block a user