Skip to content

Commit a7b51e7

Browse files
jtheoofjasdel
authored andcommitted
Fix missing import in README.md example (#222)
There was a missing import to make the README tutorial compile properly.
1 parent d52522b commit a7b51e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ This example shows how you can use the v2 SDK to make an API request using the S
3030
package main
3131

3232
import (
33+
"fmt"
34+
3335
"github.com/aws/aws-sdk-go-v2/aws"
3436
"github.com/aws/aws-sdk-go-v2/aws/endpoints"
3537
"github.com/aws/aws-sdk-go-v2/aws/external"

0 commit comments

Comments
 (0)