Przeglądaj źródła

Infer type

Signed-off-by: Darren Shepherd <darren@rancher.com>
Darren Shepherd 10 lat temu
rodzic
commit
34f44c642f
1 zmienionych plików z 1 dodań i 1 usunięć
  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 {