We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15b488 commit bef3ae6Copy full SHA for bef3ae6
internal/xsql/badconn/badconn_go1.18.go
@@ -23,7 +23,6 @@ func (e Error) Error() string {
23
24
func (e Error) Is(err error) bool {
25
//nolint:errorlint
26
- //nolint:nolilint
27
if err == driver.ErrBadConn {
28
return true
29
}
0 commit comments