Closed
Description
Megacheck, unused and gosimple had been deprecated in favor of staticcheck.
https://github.com/dominikh/go-tools/tree/master/cmd/gosimple
https://github.com/dominikh/go-tools/tree/master/cmd/megacheck
https://github.com/dominikh/go-tools/tree/master/cmd/unused
So I think it makes sense that we remove them in golangci-lint and go through staticcheck implementation to update it and check if we need to add or fix something.
CC/ @jirfag