github-vet / bots

Bots for running analysis on GitHub's public Go repositories and crowdsourcing their classification.
MIT License
1 stars 1 forks source link

Passing pointers as empty interfaces #103

Open kalexmills opened 3 years ago

kalexmills commented 3 years ago

A lot of 'generic' Go can pass pointers around as empty interfaces. They can still be stored as such. These arguments should also be considered equivalent to pointers when constructing the callgraph.

kalexmills commented 3 years ago

This should be simpler than #117 so it can go next.