From e1c12f5996a59b78793a2ba378135e350c614c3d Mon Sep 17 00:00:00 2001 From: Kensei Nakada <44139130+sanposhiho@users.noreply.github.com> Date: Thu, 25 Mar 2021 17:58:45 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7384ba3..336a401 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ go get -u github.com/sanposhiho/wastedassign/cmd/wastedassign go vet -vettool=`which wastedassign` ./... ``` +And, you can use wastedassign in [golangci-lint](https://github.com/golangci/golangci-lint). + ## Contribution I am waiting for your contribution. Feel free to create an issue or a PR!