Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated Go code #5559

Merged
merged 14 commits into from
May 20, 2024
5 changes: 0 additions & 5 deletions internal/certmanager/test_files/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,8 @@ package test

import (
"math/rand"
"time"
)

func init() {
rand.Seed(time.Now().UnixNano())
j1m-ryan marked this conversation as resolved.
Show resolved Hide resolved
}

type StringGenerator func(n int) string

const letterBytes = "abcdefghijklmnopqrstuvwxyz0123456789"
Expand Down
Loading