Skip to content

Go static analysis tool to report instances of iterating over maps.

License

Notifications You must be signed in to change notification settings

cleroux/mapiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Go static analysis tool to report instances of iterating over maps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published