package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev
# Variables
Analyzer defines the linter for `emptynil` check
This linter avoids calling `fmt.Println(expr)` or `fmt.Printf(\"%s\", expr)` directly, because `Expression` doesn't implement `String()` method, so it will print the address or internal state of the expression.