Files
ragflow/internal/deepdoc/parser/pdf
grandpig 17e3e34e78 refactor: use WaitGroup.Go to simplify code (#16539)
### Summary

Adopt sync.WaitGroup.Go (Go 1.25) to simplify tracked goroutine
spawning. This replaces the error-prone trio of wg.Add(1), go func(),
and defer wg.Done() with a single, self-contained call.

More info: https://github.com/golang/go/issues/63796

Signed-off-by: grandpig <grandpig@outlook.com>
2026-07-02 13:41:53 +08:00
..
2026-07-02 09:46:33 +08:00
2026-07-02 09:46:33 +08:00
2026-07-02 09:46:33 +08:00
2026-07-02 09:46:33 +08:00
2026-07-02 09:46:33 +08:00
2026-07-02 09:46:33 +08:00
2026-07-02 09:46:33 +08:00