mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-07-26 03:41:42 +00:00
8 lines
175 B
Go
8 lines
175 B
Go
package logwriter
|
|
|
|
import "errors"
|
|
|
|
var ErrFileNotFound = errors.New("file not found")
|
|
var ErrNotFound = errors.New("entry not found")
|
|
var ErrBadName = errors.New("bad name")
|