analysis/proc.go @@ -15,7 +15,7 @@ imageChan := make(chan service.ImageInfo) d := service.NewReciever(ipcURL, imageChan) go d.Run() go d.Run(false) if proc == "" { d.Stop()