-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
please update vender "github.com/satori/go.uuid" to v1.2.0 #6
Comments
Make sure you update the package, it is likely that you have an older version of uuid. |
It is precisely that you used an old version of "github.com/satori/go.uuid" at "emitter-io/go/options.go:33:10" . If you use dep package management, you can't compile it. I suggest updating to the latest version. |
I second that - when using |
Not sure what you mean, we are using the latest version of |
From a completely fresh install, running
This was on a fresh install of go and is the first time I've tried to install emitter-io/go. |
@kelindar I have got the same problem with Christopotamus. |
It is not fixed, that's why https://github.com/emitter-io/go/blob/master/options.go#L33 |
there are error in at "emitter-io/go/options.go:33:10: assignment mismatch: 2 variables but 1 values"
The text was updated successfully, but these errors were encountered: