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

How to focus and ignore package on windows? #134

Open
chenwei67 opened this issue Oct 9, 2022 · 0 comments
Open

How to focus and ignore package on windows? #134

chenwei67 opened this issue Oct 9, 2022 · 0 comments
Labels

Comments

@chenwei67
Copy link

chenwei67 commented Oct 9, 2022

When I use " go-callvis.exe -focus 'scloud/webbase' ", usage suggest "Package should be main package, otherwise -tests flag must be used.", and i use "go-callvis.exe -focus -tests 'scloud/webbase'" as the suggestion and it works, but the output involved sub package "scloud/webbase/debug" which have some problem, so, i try to ignore this package by using "go-callvis.exe -focus -tests 'scloud/webbase' -ignore 'scloud/webbase/debug'" and "go-callvis.exe -focus -tests 'scloud/webbase' -ignore -tests 'scloud/webbase/debug'" which not works and the output is usage neigther. My go.mod file is in "scloud" director. So, what's the correct way to focus and ignore package on windows?

@ondrajz ondrajz added the windows label Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants