mirror of
https://github.com/syumai/workers.git
synced 2025-03-11 09:49:12 +00:00
10 lines
102 B
Go
10 lines
102 B
Go
![]() |
package d1
|
||
|
|
||
|
import (
|
||
|
"errors"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
ErrDatabaseNotFound = errors.New("d1: database not found")
|
||
|
)
|