File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 55// The swift-tools-version declares the minimum version of Swift required to
66// build this package.
77
8- // snippet-start:[swift.sqs.basics.package]
98import PackageDescription
109
1110let package = Package (
@@ -39,4 +38,3 @@ let package = Package(
3938
4039 ]
4140)
42- // snippet-end:[swift.sqs.basics.package]
Original file line number Diff line number Diff line change 44// An example demonstrating how to set up and use an Amazon Simple Notification
55// Service client to list your available Amazon SQS queues.
66
7- // snippet-start:[swift.sqs.basics.hello ]
7+ // snippet-start:[swift.sqs.basics]
88import ArgumentParser
99import AWSClientRuntime
1010import AWSSQS
@@ -72,4 +72,4 @@ struct Main {
7272 }
7373 }
7474}
75- // snippet-end:[swift.sqs.basics.hello ]
75+ // snippet-end:[swift.sqs.basics]
You can’t perform that action at this time.
0 commit comments