proxy.golang.org : github.com/josharian/gofor
gofor analyzes the types of for loops encountered in Go code. It is geared towards detecting counting loops -- loops of the form and its categorizations are mostly steps on the way to ruling out non-counting loops and then detecting interesting types of counting loops -- special values for min and stride (0 and 1 respectively) and literal vs non-literal min/max/stride. It is intended to be used in conjunction with sort and uniq.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/josharian/gofor
License: MIT
Latest release: over 11 years ago
First release: over 11 years ago
Namespace: github.com/josharian
Stars: 2 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 3 days ago