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

multiple-value uuid.NewV4() in single-value context #71

Open
toplinuxsir opened this issue Feb 27, 2018 · 17 comments
Open

multiple-value uuid.NewV4() in single-value context #71

toplinuxsir opened this issue Feb 27, 2018 · 17 comments

Comments

@toplinuxsir
Copy link

I installed the lib,
But go the error :
multiple-value uuid.NewV4() in single-value context

@u007
Copy link

u007 commented Feb 28, 2018

hi, the fix is simply moving the tag 1.2.0 to the latest commit
can someone do that in this repo?

thank you

@u007
Copy link

u007 commented Feb 28, 2018

same with
#66

@SandraAhlgrimm
Copy link

same here

2 similar comments
@rvdwijngaard
Copy link

same here

@cmackenzie1
Copy link

same here

@domino14
Copy link

lo mismo aquí

@domino14
Copy link

It's ok though. Don't pin to master!

@asciiu
Copy link

asciiu commented Mar 27, 2018

Same same

@mattfarina
Copy link

@satori will there be a 2.0.0 release in the near future?

@domino14
Copy link

domino14 commented Apr 3, 2018

please tag

@monkeydioude
Copy link

#80

@zn-cn
Copy link

zn-cn commented Aug 10, 2018

Can you push a new tag, thanks.

@limoli
Copy link

limoli commented Nov 13, 2018

Any news? I am still getting the same problem.

@sridhar-natuva
Copy link

same here.

@obitech
Copy link

obitech commented Dec 10, 2018

This seems to be the case because NewV4() does only return the UUID and no error. It should be an easy fix, I can submit a PR if wanted?

@cameracker
Copy link

This repo is basically dead. Recommend moving to https://github.com/gofrs/uuid, which is an actively maintained fork. See #84

@sentient
Copy link

sentient commented Aug 29, 2019

You can point to a specific commit before the issue started happening
e.g.
Note: not sure it this is the right commit, but this would point when NewV4 did not return an error

GO111MODULE=on go get github.com/satori/go.uuid@063359185d32c6b045fa171ad7033ea545864fa1

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