Skip to content
This repository was archived by the owner on Jun 20, 2019. It is now read-only.

Installation gotchas #1

Open
jklukas opened this issue Oct 28, 2015 · 1 comment
Open

Installation gotchas #1

jklukas opened this issue Oct 28, 2015 · 1 comment

Comments

@jklukas
Copy link
Contributor

jklukas commented Oct 28, 2015

This is coming from a go newbie.

Looks like go 1.5 doesn't need gox anymore. Should instructions be updated under that assumption?

When I tried to build, I got errors about dependencies not being found. I ended up doing:

go get github.com/shopify/sarama
go get github.com/bgentry/pflag

Is there an automated way to do that?

@xstevens
Copy link
Owner

In Go 1.5 we can improve this experience through vendoring.

On Oct 28, 2015, at 7:58 AM, Jeff Klukas [email protected] wrote:

This is coming from a go newbie.

Looks like go 1.5 doesn't need gox anymore. Should instructions be updated under that assumption?

When I tried to build, I got errors about dependencies not being found. I ended up doing:

go get github.com/shopify/sarama
go get github.com/bgentry/pflag
Is there an automated way to do that?


Reply to this email directly or view it on GitHub.

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

No branches or pull requests

2 participants