Clivern/Poodle

elpers.go:49:27: multiple-value uuid.NewV4() in single-value context

Closed this issue · 1 comments

Tried installing from source

go get github.com/Clivern/Poodle        
# github.com/clivern/poodle/core/util
../code/go/src/github.com/clivern/poodle/core/util/helpers.go:49:27: multiple-value uuid.NewV4() in single-value context

go version
go version go1.14.5 darwin/amd64

I removed that function and uuid pkg. please use the latest version go get github.com/clivern/poodle. It should work now.

uuid.Must(uuid.NewV4(), nil) used to be multiple-value context, then got changed to a single-value context. so it is probably picking an old version.