Skip to content

Commit b197285

Browse files
Update AwsEncryptionSDK/runtimes/go/examples/utils/exampleUtils.go
1 parent 789a42f commit b197285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AwsEncryptionSDK/runtimes/go/examples/utils/exampleUtils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ func GenerateKmsEccPublicKey(eccKeyArn string, kmsClient *kms.Client) ([]byte, e
324324
return response.PublicKey, nil
325325
}
326326

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

0 commit comments

Comments
 (0)