go.uuid icon indicating copy to clipboard operation
go.uuid copied to clipboard

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

Open toplinuxsir opened this issue 6 years ago • 17 comments

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

toplinuxsir avatar Feb 27 '18 03:02 toplinuxsir

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 avatar Feb 28 '18 10:02 u007

same with https://github.com/satori/go.uuid/issues/66

u007 avatar Feb 28 '18 11:02 u007

same here

SandraAhlgrimm avatar Mar 14 '18 21:03 SandraAhlgrimm

same here

rvdwijngaard avatar Mar 16 '18 13:03 rvdwijngaard

same here

cmackenzie1 avatar Mar 20 '18 17:03 cmackenzie1

lo mismo aquí

domino14 avatar Mar 21 '18 22:03 domino14

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

domino14 avatar Mar 21 '18 22:03 domino14

Same same

asciiu avatar Mar 27 '18 04:03 asciiu

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

mattfarina avatar Mar 28 '18 18:03 mattfarina

please tag

domino14 avatar Apr 03 '18 17:04 domino14

https://github.com/satori/go.uuid/issues/80

monkeydioude avatar Jun 26 '18 11:06 monkeydioude

Can you push a new tag, thanks.

zn-cn avatar Aug 10 '18 07:08 zn-cn

Any news? I am still getting the same problem.

limoli avatar Nov 13 '18 11:11 limoli

same here.

sridhar-natuva avatar Nov 18 '18 13:11 sridhar-natuva

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?

obitech avatar Dec 10 '18 12:12 obitech

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

cameracker avatar Jan 04 '19 00:01 cameracker

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

sentient avatar Aug 29 '19 23:08 sentient