mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
Golint cleanup pkg/utils/crypto/keys
This commit is contained in:
@@ -29,10 +29,10 @@ type MySuite struct{}
|
||||
var _ = Suite(&MySuite{})
|
||||
|
||||
func (s *MySuite) Testing(c *C) {
|
||||
value, err := GetRandomBase64(MINIO_SECRET_ID)
|
||||
value, err := GenerateRandomBase64(MinioSecretID)
|
||||
c.Assert(err, IsNil)
|
||||
|
||||
alphanum, err := GetRandomAlphaNumeric(MINIO_ACCESS_ID)
|
||||
alphanum, err := GenerateRandomAlphaNumeric(MinioAccessID)
|
||||
c.Assert(err, IsNil)
|
||||
|
||||
c.Log(string(value))
|
||||
|
||||
Reference in New Issue
Block a user