-
Notifications
You must be signed in to change notification settings - Fork 107
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
"no buildable Go source files" #22
Comments
The problem happens because, in the above example,
|
Hit the same problem when trying to build (with the new UX) package |
I have been having this same issue. We have multiple Go apps and we have structured the mains like:
then the sub packages exist in:
|
Same here, really struggling when trying to instrument packages with this otherwise great tool. |
Have the same issue |
Given this directory structure:
Running godebug without
-instrument
gives a helpful warning:But the -instrument flag does not work as expected:
The text was updated successfully, but these errors were encountered: