awsdocs / aws-doc-sdk-examples

Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
Apache License 2.0
9.62k stars 5.64k forks source link

Go: Update all Go snippet tags to include imports in the snippets. #7036

Closed Laren-AWS closed 2 weeks ago

Laren-AWS commented 2 weeks ago

Customers asked to have imports included in all Go examples to help identify what to import and ease cut 'n' paste fluidity. This PR adjusts all the snippet tags to include the imports block in the published examples and moves a few blocks of code around to make the example more readable.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.