Tag Static analysis
1 post
Building static analysis CLI tool in Golang with Cobra

January 11, 2020

In this article, I will show how to write simple static analysis CLI-tool using Go’s standard library for AST parsing and analysis and Cobra package.

Read more