-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
Proposal: Add option to watch testdata
subdirectories
#32
Comments
Pretty sure this is already possible via |
Minor correction: |
@mitranim, thank you for your support! IMO, it would significantly enhance the utility of |
Currently, I can currently do this with the command below: |
I have a tentative local implementation that would add new flags |
Hello,
Firstly, kudos for your valuable contributions through the
gow
package.Considering that the use of
testdata
directories is idiomatic in Go1, introducing an option such as--testdata
to automatically monitor alltestdata
subdirectories within the current watch directory could be beneficial.Please feel free to correct me if my understanding of the
gow
's capabilities is inaccurate.Best regards.
Footnotes
For instance, see https://github.com/golang/go/tree/master/src/image/testdata ↩
The text was updated successfully, but these errors were encountered: