Skip to content

Commit

Permalink
Update AwsEncryptionSDK/runtimes/go/examples/utils/exampleUtils.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rishav-karanjit authored Jan 10, 2025
1 parent 789a42f commit b197285
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ func GenerateKmsEccPublicKey(eccKeyArn string, kmsClient *kms.Client) ([]byte, e
return response.PublicKey, nil
}

// generateUUIDTestData creates an array of random UUID strings
// GenerateUUIDTestData creates an array of random UUID strings
func GenerateUUIDTestData(count int) []string {
testData := make([]string, count)
for i := 0; i < count; i++ {
Expand Down

0 comments on commit b197285

Please sign in to comment.