Skip to content

Commit a75bc16

Browse files
committed
Add missing import of math/big
1 parent 06cfcb0 commit a75bc16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/utils/random.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package utils
22

33
import cryptorand "crypto/rand"
44
import "math/rand"
5+
import "math/big"
56

67
var letterRunes = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890")
78

0 commit comments

Comments
 (0)