Skip to content

Latest commit

 

History

History
 
 

staticcheck

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

staticcheck

staticcheck is go vet on steroids, applying a ton of static analysis checks you might be used to from tools like ReSharper for C#.

Installation

Staticcheck requires Go 1.6 or later.

go get honnef.co/go/tools/cmd/staticcheck

Documentation

Detailed documentation can be found on staticcheck.io.