We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! As example i have project structure like this /project/cmd/main.go /project/internal/something.go /project/internal/...
/project/cmd/main.go
/project/internal/something.go
/project/internal/...
When i run fresh-dlv from /project it causes an error in console "no Go files in /project". I have two ways
fresh-dlv
/project
/project/cmd
fresh-dlv -c custom_config.conf
custom_config.conf
In these two cases fresh doesn't rebuild when i make changes in nonroot directories, like /project/internal. I don't want to move main.go to /project.
/project/internal
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
As example i have project structure like this
/project/cmd/main.go
/project/internal/something.go
/project/internal/...
When i run
fresh-dlv
from/project
it causes an error in console "no Go files in /project".I have two ways
fresh-dlv
from/project/cmd
fresh-dlv -c custom_config.conf
(whencustom_config.conf
provides correct root directory "root /project/cmd")In these two cases fresh doesn't rebuild when i make changes in nonroot directories, like
/project/internal
.I don't want to move main.go to /project.
The text was updated successfully, but these errors were encountered: