go.uuid
go.uuid copied to clipboard
multiple-value uuid.NewV4() in single-value context
I installed the lib, But go the error : multiple-value uuid.NewV4() in single-value context
hi, the fix is simply moving the tag 1.2.0 to the latest commit can someone do that in this repo?
thank you
same with https://github.com/satori/go.uuid/issues/66
same here
same here
same here
lo mismo aquí
It's ok though. Don't pin to master!
Same same
@satori will there be a 2.0.0 release in the near future?
please tag
https://github.com/satori/go.uuid/issues/80
Can you push a new tag, thanks.
Any news? I am still getting the same problem.
same here.
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?
This repo is basically dead. Recommend moving to https://github.com/gofrs/uuid, which is an actively maintained fork. See https://github.com/satori/go.uuid/issues/84
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