I'm playing about with some go tooling, and I wanted to parse a package with type information to inspect it and derive some insights from the data.
[...]
I can't seem to find a way to inspect the resolved AST along with types - am I missing something or do I need to do more legwork myself?