Browse Source

Infer type

Signed-off-by: Darren Shepherd <darren@rancher.com>
Darren Shepherd 10 years ago
parent
commit
34f44c642f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/server/server.go

+ 1 - 1
api/server/server.go

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