package
0.2.0
Repository: https://github.com/gm42/go-tools.git
Documentation: pkg.go.dev

# README

gosimple

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

Installation

Gosimple requires Go 1.6 or later.

go get github.com/gm42/go-tools/cmd/gosimple

Documentation

Detailed documentation can be found on staticcheck.io.