Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 318 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 318 Bytes

mapiter

mapiter is a Go static analysis tool to find instances where range is used to iterate over a map.

Installation

go get -u github.com/cleroux/mapiter

Usage

make install
go vet -vettool=$(which mapiter) ./...

Flags

  • -tests (default true) - Include test files in analysis