You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@TotallyGamerJet Thanks for opening this issue! This is indeed a problem - I know that you can work around it using additional tools like modvendor.
I'm curious, are you sure its just the missing .go files that are the problem, vs the fact that the files in question are not Go files at all? (if its the former, we may be able to do something, but my assumption has always been that Go's vendor tooling doesn't handle C language files)
Yes I am sure that it's the missing go files because the other C files in the parser package are present. It's just the ones in the sub directories which are only C and header files. We also came across this in Purego which was fixed by adding empty files.
This library cannot be vendored because
parser/include
doesn't contain any go files.Error:
Reproduce:
The text was updated successfully, but these errors were encountered: