gordonklaus / ineffassign

Detect ineffectual assignments in Go code.
MIT License
390 stars 22 forks source link

[PANIC] Running against large code-base after update #75

Closed tarndt closed 1 year ago

tarndt commented 1 year ago

Per the discussion here https://github.com/gordonklaus/ineffassign/commit/ad4f15b778755ab69997e5ca30c4beecf7fb2c14#r85282476 ineffassign now panics after https://github.com/gordonklaus/ineffassign/commit/ad4f15b778755ab69997e5ca30c4beecf7fb2c14 was merged.

gordonklaus commented 1 year ago

Sorry about that. Thanks for letting me know. Should be fixed now.