Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

Support gox for cross compilation #34

Closed
goinggo opened this issue Nov 21, 2013 · 4 comments
Closed

Support gox for cross compilation #34

goinggo opened this issue Nov 21, 2013 · 4 comments

Comments

@goinggo
Copy link

goinggo commented Nov 21, 2013

https://github.com/mitchellh/gox

I can use this to cross compile.
Example: gox -osarch="linux/amd64"

Would like to:
godep gox -osarch="linux/amd64"

@goinggo
Copy link
Author

goinggo commented Nov 21, 2013

I am going to try and add this new command.

@kr
Copy link
Member

kr commented Nov 21, 2013

We shouldn't add new commands for every random tool
that people come up with. If the existing godep path
command isn't sufficient, then we should make either
godep run or godep shell and be done with it.

@goinggo
Copy link
Author

goinggo commented Nov 21, 2013

Ok, that makes sense. Thanks !!

Sincerely,
Bill

Note: The information transmitted in this email is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

On Nov 21, 2013, at 2:03 PM, Keith Rarick notifications@github.com wrote:

We shouldn't add new commands for every random tool
that people come up with. If the existing godep path
command isn't sufficient, then we should make either
godep run or godep shell and be done with it.


Reply to this email directly or view it on GitHub.

@kr
Copy link
Member

kr commented Nov 25, 2013

I'll go ahead and close this issue as a duplicate of #21.

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

No branches or pull requests

2 participants