6 lines
88 B
Go
6 lines
88 B
Go
|
package common
|
||
|
|
||
|
import "errors"
|
||
|
|
||
|
var ErrRecordNotFound = errors.New("record not found")
|