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