Huh, continuing with #golang #code_analysis, when using an analyzer, if you don't use Facts, the analyzer only gets called for yout locally defined Go packages, but if you do Facts, the analyzer will be called for every single dependency (transitive or not) of your project as well. Weird behavior. Is it intentional or a side effect?
I've been playing around with Golang . I'am pleasantly surprised with all their code analysis packages. You can actually analyze the whole AST of a package 😎! But yet there are no macros. #golang #programming
I like tinkering with computers 🐸.