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

Change Go example to not have to vendor #34

Open
treeder opened this issue Apr 5, 2016 · 0 comments
Open

Change Go example to not have to vendor #34

treeder opened this issue Apr 5, 2016 · 0 comments

Comments

@treeder
Copy link
Contributor

treeder commented Apr 5, 2016

Something like this should work:

docker run --rm -it -v "$GOPATH":/go -w /go/src/github.com/YOURUSER/YOURREPO -e "GOPATH=/go" iron/go:dev go build

User must replace YOURUSER and YOURREPO, but easier than explaining vendoring.

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

1 participant