-
Notifications
You must be signed in to change notification settings - Fork 138
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
Could not import code (no metadata) #150
Comments
#148 shouldn't have been merged like that. go/packages only fully works with the upcoming Go 1.11 and Go 1.10.4 – for earlier versions of Go, including the current 1.10.3, it uses a fallback. And that fallback doesn't fully support package tests. |
Normally I wouldn't verbally +1 this but this is a small project - I'm running Go 1.10.3 and I'm also experiencing failures with master. |
I have undone the merge to fix everyone's builds. I'll let @kisielk sort out the rest. |
Hey guys, my deploy script that runs
go get -u github.com/kisielk/errcheck
just broke. Heh of course there was a merge to master just 30 minutes ago.I'm running go 1.10. This is an internal repository so I can't provide much additional information:
My
_test.go
files declarepackage cache_test
while the rest arepackage cache
. I do this for blackbox testing and I haven't heard anything about modules deprecating them.The text was updated successfully, but these errors were encountered: