Skip to content
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

Add dependencies watcher option #234

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

erikdubbelboer
Copy link

Setting watcher.dependencies to true makes realize parse the Go files in the watcher.paths and add all .go files from the dependencies as well. Source files from the standard library are excluded.

This can be useful if you don't manually want to add all your dependencies and adding something like /src/github.com includes too much.

Setting watcher.dependencies to true makes realize parse the Go files in
the watcher.paths and add all .go files from the dependencies as well.
Source files from the standard library are excluded.
@erikdubbelboer
Copy link
Author

@asoseil any update on when this and other fixes can get merged? Or is this no longer being maintained?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant