style: apply gofumpt formatting
schemas / vulnerabilities (pull_request) Successful in 1m58s
schemas / check (pull_request) Successful in 3m29s
schemas / check-release (pull_request) Successful in 2m53s
pre-commit / pre-commit (pull_request) Successful in 6m38s
schemas / build (pull_request) Successful in 8m15s
schemas / deploy-prod (pull_request) Has been skipped

This commit is contained in:
2026-05-05 11:04:13 +02:00
parent 2c981fc21d
commit 7cef9d2f87
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)