magefile / mage

a Make/rake-like dev tool using Go
https://magefile.org
Apache License 2.0
4.01k stars 250 forks source link

getFunction() ignoring receiver on imports #509

Open na4ma4 opened 2 weeks ago

na4ma4 commented 2 weeks ago

getFunction() ignores the receiver, selecting the first matching function name regardless of scope.

Fixes #508