diff --git a/ghokin/file_manager.go b/ghokin/file_manager.go index d0665a5..895daf9 100644 --- a/ghokin/file_manager.go +++ b/ghokin/file_manager.go @@ -135,8 +135,6 @@ func (f FileManager) processPath(path string, extensions []string, processFile f close(fc) wg.Wait() - mu.Lock() - defer mu.Unlock() return errors }