If I run with recursive mode for internal folder, I get the error:
ERR package contains no go files error="no go files found in root search path" documentation=https://vektra.github.io/mockery/v2.45/notes/#error-no-go-files-found-in-root-search-path dry-run=false package-path=module/internal version=v2.45.1
Description
A simple example of this issue would be the following:
If I run with recursive mode for internal folder, I get the error:
Mockery Version
2.45
Go Version
1.23.2
Installation Method
Expected Behavior
For mockery to discover the sub-packages and generate mock for them
Actual Behavior
mockery fails, since the initial package doesn't contain any Go files.