github.com/icyphox/x@v0.0.355-0.20220311094250-029bd783e8b8/sqlcon/error_nosqlite.go (about) 1 //go:build !sqlite 2 // +build !sqlite 3 4 package sqlcon 5 6 // handleSqlite handles the error iff (if and only if) it is an sqlite error 7 func handleSqlite(_ error) error { 8 return nil 9 }