diff --git a/pkg/kanctl/helper.go b/pkg/kanctl/helper.go index eae999a364..4bfe7073be 100644 --- a/pkg/kanctl/helper.go +++ b/pkg/kanctl/helper.go @@ -20,10 +20,6 @@ import ( const characters = "abcdefghijklmnopqrstuvwxyz0123456789" -func init() { - -} - func randString(length int) string { bytes := make([]byte, length) for i := 0; i < length; i++ {