Infer type

Signed-off-by: Darren Shepherd <darren@rancher.com>
Upstream-commit: 34f44c642faa94ae5d5677d49f690533c67cdf5e
Component: engine
This commit is contained in:
Darren Shepherd
2015-04-01 17:25:56 -07:00
parent d12a5b6e48
commit acae61c8ad

View File

@ -32,7 +32,7 @@ import (
)
var (
activationLock chan struct{} = make(chan struct{})
activationLock = make(chan struct{})
)
type HttpServer struct {