Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smasher164/close-check
https://github.com/smasher164/close-check
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smasher164/close-check
- Owner: smasher164
- License: mit
- Created: 2022-01-09T01:44:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T01:44:18.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T21:40:21.688Z (7 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.