dominikh / go-tools

Staticcheck - The advanced Go linter
https://staticcheck.dev
MIT License
6.12k stars 372 forks source link

SA4017: detect pure generic functions #1217

Open dominikh opened 2 years ago

xyproto commented 2 years ago

I'm not sure if this is of any help or not, but I created a little utility and Go module that tries to find pure functions in Go:

https://github.com/xyproto/purefunction