You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: