6 lines
74 B
Go
Raw Normal View History

2023-06-23 17:53:56 -06:00
package setup
import "errors"
var ErrNotFound = errors.New("not found")