errors.gno

0.08 Kb ยท 5 lines
1package feed
2
3import "errors"
4
5var ErrUndefined = errors.New("undefined feed")