carousell/Orion

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

Closed this issue · 2 comments

Symptom:
github.com/carousell/Orion/utils/worker/workerinfo.go:58:22: multiple-value uuid.NewV4() in single-value context

I check the code of github.com/satori/uuid.
The NewV4() will return 2 values.
You can refer to
https://github.com/satori/go.uuid/blob/36e9d2ebbde5e3f13ab2e25625fd453271d6522e/generator.go#L67

should we use github.com/satori/go.uuid instead to use github.com/satori/uuid?

ya, they changed the interface, will fix this