feat: driver #61
Annotations
7 errors
lint:
pkg/driver/driver.go#L69
Error return value of `tx.Recover` is not checked (errcheck)
|
lint:
pkg/driver/driver.go#L78
Error return value of `tx.Commit` is not checked (errcheck)
|
lint:
pkg/driver/driver.go#L114
Error return value of `s.conn.tx.Commit` is not checked (errcheck)
|
lint:
pkg/driver/driver.go#L123
Error return value of `s.conn.planner.ExecuteUpdate` is not checked (errcheck)
|
lint:
hack/playground/main.go#L33
Error return value of `db.Exec` is not checked (errcheck)
|
lint
issues found
|
test
Process completed with exit code 2.
|