Added: downloading and returning wikipedia articles
This commit is contained in:
8
internal/db/error.go
Normal file
8
internal/db/error.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package db
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrTxBeginFailed = errors.New("tx: could not begin a Tx")
|
||||
ErrTxCommitFailed = errors.New("tx: could not commit the Tx")
|
||||
)
|
||||
Reference in New Issue
Block a user