✨ Multipart file upload
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"math/rand"
|
||||
)
|
||||
|
||||
var letters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")
|
||||
var letters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789")
|
||||
|
||||
func RandString(length int) string {
|
||||
builder := make([]rune, length)
|
||||
|
Reference in New Issue
Block a user