Refactor project structure and implement timeout/failure handling #1
Annotations
6 errors
|
lint
issues found
|
|
lint:
pkg/worker/worker.go#L101
SA9003: empty branch (staticcheck)
|
|
lint:
pkg/driver/database/database_test.go#L86
SA5011(related information): this check suggests that the pointer can be nil (staticcheck)
|
|
lint:
pkg/driver/database/database_test.go#L90
SA5011: possible nil pointer dereference (staticcheck)
|
|
lint:
pkg/driver/database/database.go#L65
Error return value of `tx.Rollback` is not checked (errcheck)
|
|
lint:
pkg/worker/worker_test.go#L115
Error return value of `json.Unmarshal` is not checked (errcheck)
|