Skip to content

Commit 48ff873

Browse files
committed
change the helper func RandNumber name
Signed-off-by: Toby Yan <me@tobyan.com>
1 parent 03ffb34 commit 48ff873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/helpers.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const (
8383
letterIdxMask = 1<<letterIdxBits - 1 // All 1-bits, as many as letterIdxBits
8484
letterIdxMax = 63 / letterIdxBits // # of letter indices fitting in 63 bits
8585
)
86-
func RandNumber(length uint) string {
86+
func RandNumberString(length uint) string {
8787
return random(int(length), numberBytes)
8888
}
8989
func RandString(length uint) string {

0 commit comments

Comments
 (0)