style: apply gofumpt formatting (#828)
schemas / vulnerabilities (push) Successful in 2m8s
schemas / check (push) Successful in 2m39s
Release / release (push) Successful in 55s
schemas / check-release (push) Successful in 2m56s
pre-commit / pre-commit (push) Successful in 7m18s
schemas / build (push) Successful in 8m0s
schemas / deploy-prod (push) Successful in 1m11s

This commit was merged in pull request #828.
This commit is contained in:
2026-05-05 09:22:48 +00:00
parent 2c981fc21d
commit be9a64a41b
3 changed files with 22 additions and 11 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ const charset = "abcdefghijklmnopqrstuvwxyz" +
"ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
var seededRand *rand.Rand = rand.New(
rand.NewSource(time.Now().UnixNano()))
rand.NewSource(time.Now().UnixNano()),
)
func StringWithCharset(length int, charset string) string {
b := make([]byte, length)