command
module
Version:
v0.0.0-...-e844927
Opens a new window with list of versions in this module.
Published: Mar 30, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
txrollbackcheck
Forked from https://github.com/ryanrolds/sqlclosecheck
Linter that checks if SQL transaction are having defer Rollback()
. are closed. Missing rollback may
cause DB connection pool exhaustion.
Running
make build
make install
In your project directory:
go vet -vettool=$(which txrollbackcheck) ./...
CI
go install github.com/herpiko/txrollbackcheck@latest
go vet -vettool=${GOPATH}/bin/txrollbackcheck ./...
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
pkg
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.