vikunja/vendor/honnef.co/go/tools/cmd/gosimple
2018-12-28 23:11:34 +01:00
..
gosimple.go Started adding more checks 2018-12-28 23:11:34 +01:00
README.md Started adding more checks 2018-12-28 23:11:34 +01:00

gosimple

gosimple is a linter for Go source code that specialises on simplifying code.

Installation

Gosimple requires Go 1.6 or later.

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

Documentation

Detailed documentation can be found on staticcheck.io.