We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a9ad8 commit 17cdc08Copy full SHA for 17cdc08
service/sqs/sqs.go
@@ -43,7 +43,7 @@ func New(creds aws.CredentialsProvider, region string, client *http.Client) *SQS
43
}
44
45
46
-func NewWithCustomEndpoint(creds aws.CredentialsProvider, endpoint string) {
+func NewWithCustomEndpoint(creds aws.CredentialsProvider, endpoint string) *SQS {
47
client := http.DefaultClient
48
49
return &SQS{
0 commit comments