6 lines
71 B
Go
6 lines
71 B
Go
|
package db
|
||
|
|
||
|
const (
|
||
|
ErrOpenFormat = "type [%s] open err, cause: %w"
|
||
|
)
|