Merge pull request #8103 from AkihiroSuda/go-1.20

Go 1.20.1
This commit is contained in:
Maksym Pavlenko
2023-02-15 20:09:28 -08:00
committed by GitHub
35 changed files with 99 additions and 45 deletions

View File

@@ -17,8 +17,8 @@
package util
import (
"crypto/rand"
"encoding/hex"
"math/rand"
)
// GenerateID generates a random unique id.