package setup import "errors" var ErrNotFound = errors.New("not found")