Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
start of support for tag-independent dependency checking #5
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rogpeppe commentedJan 6, 2017
We fork the go/build package and add support for importing regardless of
tag or negation, but leave the capability to see tags so that we can
ignore "+build ignore" files.
Note that this is in two commits, so the diff from go/build can be seen.