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 support for GOOS/GOARCH #3

Closed
egonelbre opened this issue Dec 27, 2018 · 1 comment
Closed

Add support for GOOS/GOARCH #3

egonelbre opened this issue Dec 27, 2018 · 1 comment

Comments

@egonelbre
Copy link
Member

It would be nice to see differences between used packages based on platform. For example:

go list GOOS=window ./... - GOOS=linux ./...

Could be used to see which packages Windows build uses, but Linux build doesn't.

@egonelbre
Copy link
Member Author

This now works with:

goda list "goos=windows(./...) - goos=linux(./...)"

goda list "xor(goos=windows(./...), goos=linux(./...))"

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

No branches or pull requests

1 participant