Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 590 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 590 Bytes

What is GoStaticAnalysis?

Howdy! This organization is for enjoying static analysis in Go. and, This repository is discussion forum for this organizations.

Requests for new analyzers and tools

If you have request for a new analyzer or tool, please file a issue.

What should I look at first?

vetgen is good starting point. Let's start apply static analysis to your code base!

What should I begin to develop a static analysis tool?

skeleton helps developing static analysis tools.