package lib import "errors" var ErrNotFound = errors.New("not found") var ErrAlreadyExists = errors.New("already exists")