mirror of
https://github.com/burrowers/garble.git
synced 2026-04-22 15:47:04 +08:00
6f2a1f8892
We were checking for "have we seen this package path before" via i!=0, but this would always be true for the package unlucky enough to be matched first in the file. As such, we would end up not collecting the intrinsic funcs for this unlucky first package correctly. Fix the bug, and re-run the script, which finds two funcs we dropped. Re-run it with go1.25.8 as well, although this causes no changes.