Skip to content

cmd/go: go mod vendor command cannot copy c and other files to the vendor directory #29102

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

Closed
vcaesar opened this issue Dec 5, 2018 · 3 comments
Labels
FrozenDueToAge modules NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@vcaesar
Copy link

vcaesar commented Dec 5, 2018

What version of Go are you using (go version)?

$ go version: go1.11.2

go mod vendor command can not copy c and other files to the vendor directory ( #26366 ) , this makes a lot of packages have problems, maybe can add go mod vendor -a.

@ianlancetaylor ianlancetaylor changed the title go mod vendor command cannot copy c and other files to the vendor directory cmd/go: go mod vendor command cannot copy c and other files to the vendor directory Dec 5, 2018
@ianlancetaylor
Copy link
Member

Can you give an example of what you mean?

@ianlancetaylor ianlancetaylor added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. modules labels Dec 5, 2018
@ianlancetaylor ianlancetaylor added this to the Go1.13 milestone Dec 5, 2018
@vcaesar
Copy link
Author

vcaesar commented Dec 5, 2018

I use go mod vendor to use the following package, the event and hook directory does not exist:
https://github.com/go-vgo/robotgo/tree/master/vendor/github.com/robotn/gohook

I use go mod vendor to use the following package, the data/dict directory does not exist:
https://github.com/go-ego/gse/tree/master/data/dict

But the program needs C file or dictionary file.

@myitcv
Copy link
Member

myitcv commented Dec 5, 2018

As you already found @vcaesar this is a dup of #26366

@myitcv myitcv closed this as completed Dec 5, 2018
@golang golang locked and limited conversation to collaborators Dec 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge modules NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

4 participants