vikunja/vendor/honnef.co/go/tools/cmd/gosimple/README.md
konrad 018dd8164c
All checks were successful
the build was successful
[CI] Add more checks (#43)
2018-12-28 22:15:05 +00:00

303 B

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.