Closed aereal closed 4 years ago
Actually, on second thought, let's leave Metdata
as is, move it to the bottom of the file, and indicate it's deprecated, and add the new properly named, private struct. Since we don't return the type from an API, I think we can fix this without breaking semantic versioning
@anuraaga
Yeah, I have same concern about semantic versioning.
So changes I should make will be:
metadata
private type that has same structure as Metdata
Metdata
as deprecated@anuraaga
Thanks for your quick review.
Fixed deprecated comment convention and test failing that occurred by name conflicts.
Issue #, if available:
Description of changes:
ec2.Metdata
type that introduced by #235 is maybe typo ofec2.Metadata
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.