-
Notifications
You must be signed in to change notification settings - Fork 602
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
Everything is broken #67
Comments
me too ...... |
uuid := uuid.NewV4() changes to uuid, err := uuid.NewV4() I have the same issue, but the new format actually complies with the Go guidelines better, so I guess we will just have to change and adapt. |
If the reason is really the need for compliance it's a terrible one. It's breaking everyone's code just to have some compliance achieved. You should've made v2 and put changes there. |
@satori Can you create a branch based on that commit: 5bf94b69c6b68ee1b541973bb8e1144db23a194b? This will fix some issues that |
reference: satori/go.uuid#67
After this sudden change, everything in my code will NOT work. Not even build with docker
All I get is this
multiple-value uuid.NewV4() in single-value context
The text was updated successfully, but these errors were encountered: