Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smasher164/close-check


https://github.com/smasher164/close-check

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# close-check

The repository contains the materials from my GopherCon 2021 talk [Writing a Static Analyzer for Go Code](https://www.youtube.com/watch?v=RFa_zSrxDK8).
Inside the closecheck directory is the source to an `*analysis.Analyzer`, whose driver command is in main.go
rules.go contains a ruleguard pattern for detecting double closes.