From b19728549adb0c95a13bd515e38b87c82a925ebe Mon Sep 17 00:00:00 2001 From: Rishav karanjit Date: Fri, 10 Jan 2025 11:15:53 -0800 Subject: [PATCH] Update AwsEncryptionSDK/runtimes/go/examples/utils/exampleUtils.go --- AwsEncryptionSDK/runtimes/go/examples/utils/exampleUtils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AwsEncryptionSDK/runtimes/go/examples/utils/exampleUtils.go b/AwsEncryptionSDK/runtimes/go/examples/utils/exampleUtils.go index a9093af43..d037b53e4 100644 --- a/AwsEncryptionSDK/runtimes/go/examples/utils/exampleUtils.go +++ b/AwsEncryptionSDK/runtimes/go/examples/utils/exampleUtils.go @@ -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++ {