mapiter is a Go static analysis tool to find instances where range
is used to iterate over a map.
go get -u github.com/cleroux/mapiter
make install
go vet -vettool=$(which mapiter) ./...
- -tests (default true) - Include test files in analysis