From f785056c93c44a3781da0ae7cbbc48f945ddf5dd Mon Sep 17 00:00:00 2001 From: Lucas Bremgartner Date: Fri, 15 Nov 2019 21:24:13 +0100 Subject: [PATCH] varcheck has moved to gitlab --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15c0dcb..be00c49 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Sponsored by [GolangCI](https://golangci.com): SaaS service for running linters * [structcheck](https://github.com/opennota/check) - Find unused global variables and constants. * [unparam](https://github.com/mvdan/unparam) - Report unused function parameters. * [unused](https://github.com/dominikh/go-tools/tree/master/cmd/unused) - unused checks Go code for unused constants, variables, functions and types. -* [varcheck](https://github.com/opennota/check) - Find unused global variables and constants. +* [varcheck](https://gitlab.com/opennota/check) - Find unused global variables and constants. ### Performance * [aligncheck](https://github.com/opennota/check) - Warn about un-optimally aligned structures.