Merge pull request #13 from quasilyte/patch-1

fix sqlrows link
pull/16/head
Isaev Denis 4 years ago committed by GitHub
commit 0405d175ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -91,7 +91,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

Loading…
Cancel
Save