Skip to content
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

Vendoring binaries #60

Closed
noonien opened this issue May 26, 2015 · 3 comments
Closed

Vendoring binaries #60

noonien opened this issue May 26, 2015 · 3 comments

Comments

@noonien
Copy link

noonien commented May 26, 2015

I use go.rice to embed static files into my binaries and would like to vendor the rice main package.

I already did this using vendor add github.com/GeertJohan/go.rice/rice and the package was successfully vendored, however, the package status is listed as "unused".

I figure this is because the package is not imported anywhere, nor could it be.

Would it perhaps be a good idea to consider packages that are named "main" as internal and pull their dependencies as well when vendoring them?

@GeertJohan
Copy link
Owner

This sounds like it has more to do with your vendoring tool. I assume it checks if vendored packages are used?

What tool are you using?

@noonien
Copy link
Author

noonien commented May 27, 2015

Ah, I apologize, I've filed the issue to the wrong repository.

@GeertJohan
Copy link
Owner

No problem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants