aboutsummaryrefslogtreecommitdiff
path: root/testdata/scan/zzz
AgeCommit message (Collapse)Author
2026-01-11all: fix slice bounds out of range when scanning dirShulhan
Using for-range and slices.Delete inside it will result an error out-of-range if the slices deleted multiple times.