package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Constants

Doc documents this pass.

# Variables

Analyzer is a linter that ensures that returns from functions which return an error as their last return value which have returns inside the body of if conditionals which check for an error to be non-nil do not return a nil error without a `//nolint:returnerrcheck` comment.