Get the latest tech news
Go Analysis Framework: modular static analysis by go team
Documentation ¶ Overview ¶ Package analysis defines the interface between a modular static analysis and an analysis driver program. Background ¶ A static analysis is a function that inspects a package of Go code and reports a set of diagnostics (typically mistakes in the code), and perhaps produces other results as well, such as suggested refactorings or other facts.
None
Or read this on Hacker News
