vikunja-api/vendor/honnef.co/go/tools/cmd/staticcheck
konrad 6b40df50d3 Add labels to tasks (#45) 2018-12-31 01:18:41 +00:00
..
README.md Add labels to tasks (#45) 2018-12-31 01:18:41 +00:00
staticcheck.go Add labels to tasks (#45) 2018-12-31 01:18:41 +00:00

README.md

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.