Previously, filepath.Base() was used which stripped directory information from file paths, causing issues when files with the same name existed in different subdirectories. The second file would overwrite the first in the map, losing the reference to one of the files. This change preserves the full relative path, fixing the issue described in the TODO comments that were also removed. Fixes #10333 |
||
|---|---|---|
| .. | ||
| bench | ||
| runner | ||
| cmd.go | ||
| cmd_test.go | ||
| interactive.go | ||
| interactive_test.go | ||
| start.go | ||
| start_darwin.go | ||
| start_default.go | ||
| start_windows.go | ||
| warn_thinking_test.go | ||