We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52522b commit a7b51e7Copy full SHA for a7b51e7
README.md
@@ -30,6 +30,8 @@ This example shows how you can use the v2 SDK to make an API request using the S
30
package main
31
32
import (
33
+ "fmt"
34
+
35
"github.com/aws/aws-sdk-go-v2/aws"
36
"github.com/aws/aws-sdk-go-v2/aws/endpoints"
37
"github.com/aws/aws-sdk-go-v2/aws/external"
0 commit comments