Procházet zdrojové kódy

Infer type

Signed-off-by: Darren Shepherd <darren@rancher.com>
Darren Shepherd před 10 roky
rodič
revize
34f44c642f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      api/server/server.go

+ 1 - 1
api/server/server.go

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