Describe the bug
We're using a lot of uuids and they're generated using a non-safe method. Both uuid.New() and uuid.NewString() can panic and a better way could be to use id, err := uuid.NewRandom()
To Reproduce
nil, this bug hasn't occurred so far
Expected behavior
creating uuids should never result in panics and if they panic, the error should be handled.
Screenshots

Log Files
nil
Desktop (please complete the following information):
nil
Additional context
nil
Describe the bug
We're using a lot of uuids and they're generated using a non-safe method. Both
uuid.New()anduuid.NewString()can panic and a better way could be to useid, err := uuid.NewRandom()To Reproduce
nil, this bug hasn't occurred so far
Expected behavior
creating uuids should never result in panics and if they panic, the error should be handled.
Screenshots

Log Files
nil
Desktop (please complete the following information):
nil
Additional context
nil