mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2026-09-06 15:48:38 +08:00
Remove `offset > size` guard from RangeReadReadAtSeeker.Seek and DynamicReadAtSeeker.Seek. Go's io.Seeker convention allows seeking past EOF. Co-authored-by: Pikachu Ren <40362270+PIKACHUIM@users.noreply.github.com>