From be3e7bf202e2ab7915e7e0b45400f694c7e10d6f Mon Sep 17 00:00:00 2001 From: "Iskander (Alex) Sharipov" Date: Sun, 8 Dec 2019 03:34:18 +0300 Subject: [PATCH] fix sqlrows link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15c0dcb..55ba9d2 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Sponsored by [GolangCI](https://golangci.com): SaaS service for running linters * [mulint](https://github.com/gnieto/mulint) - Go lint which detects recursive locks, which may lead to dead locks. * [safesql](https://github.com/stripe/safesql) - Static analysis tool for Golang that protects against SQL injections. * [scopelint](https://github.com/kyoh86/scopelint) - scopelint checks for unpinned variables in go programs. -* [sqlrows](github.com/gostaticanalysis/sqlrows) - checks whether Close on sql.Rows is called. +* [sqlrows](https://github.com/gostaticanalysis/sqlrows) - checks whether Close on sql.Rows is called. * [staticcheck](https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) - staticcheck is `go vet` on steroids, applying a ton of static analysis checks you might be used to from tools like ReSharper for C#. ### Unused Code