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

Fix #276: filter mageimport files #281

Merged
merged 1 commit into from
Jan 14, 2020
Merged

Fix #276: filter mageimport files #281

merged 1 commit into from
Jan 14, 2020

Conversation

natefinch
Copy link
Member

When calling mage import, we weren't prefiltering the list of go files, so we'd get files with build tags and test files and such. What we want is just the normal go files for building the library.
Using go list returns us that, so use that.

This fixes #276

When calling mage import, we weren't prefiltering the list of go
files, so we'd get files with build tags and test files and such.
What we want is just the normal go files for building the library.
Using go list returns us that, so use that.
@natefinch natefinch changed the title filter mageimport files Fix #276: filter mageimport files Jan 14, 2020
@natefinch natefinch merged commit 0c7e3de into master Jan 14, 2020
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.

mage_output_file.go generated with missing targets
1 participant