From 32b0d7319651829723329fb48eac8697e838b47f Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Wed, 20 Mar 2024 06:48:32 -0500 Subject: [PATCH] Add deadcode reflink to README This was meant to be included with the addition of the deadcode linter. refs GH-1432 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54e35219..651027d1 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,7 @@ official release is also provided for further review. - [staticcheck](https://github.com/dominikh/go-tools) - [golangci-lint](https://github.com/golangci/golangci-lint) - [govulncheck](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) + - [deadcode](https://pkg.go.dev/golang.org/x/tools/cmd/deadcode) - Additional - [orijtech/httperroryzer](https://github.com/orijtech/httperroryzer) - [orijtech/structslop](https://github.com/orijtech/structslop)