Hacker News new | ask | show | jobs
by binwiederhier 628 days ago
Fascinating.

There are some other interesting repos from the same author, namely https://github.com/pijng/goinject, which lets you inject code as part of preprocessing. Feels a lot like Java’s annotation magic.

Thanks for sharing. I wasn’t even aware Go had pre-processors, or that modifying the AST like that is even possible.