Explorar o código

code review changes

Matthew R. Kasun %!s(int64=3) %!d(string=hai) anos
pai
achega
d2313b0275
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      logic/zombie.go

+ 1 - 1
logic/zombie.go

@@ -77,7 +77,7 @@ func ManageZombies(ctx context.Context) {
 	}
 }
 
-//InitializeZombies - populates the zombie quarantine list (should be called from initialization)
+// InitializeZombies - populates the zombie quarantine list (should be called from initialization)
 func InitalizeZombies() {
 	nodes, err := GetAllNodes()
 	if err != nil {