1
0
Fork 0
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:
Darren Shepherd 2015-04-01 17:25:56 -07:00
parent 3f77f627d0
commit 34f44c642f

View file

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