You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-34
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[](https://docs.aws.amazon.com/sdk-for-go/api)[](https://gitter.im/aws/aws-sdk-go?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[](https://github.com/aws/aws-sdk-go/actions/workflows/go.yml)[](https://github.com/aws/aws-sdk-go/blob/main/LICENSE.txt)
4
4
5
-
aws-sdk-go is the official AWS SDK for the Go programming language.
5
+
aws-sdk-go is the v1 AWS SDK for the Go programming language.
6
6
7
7
Checkout our [release notes](https://github.com/aws/aws-sdk-go/releases) for
8
8
information about the latest bug fixes, updates, and features added to the SDK.
@@ -19,46 +19,14 @@ Jump To:
19
19
## Getting Started
20
20
21
21
### Installing
22
-
Use `go get` to retrieve the SDK to add it to your `GOPATH` workspace, or
23
-
project's Go module dependencies.
22
+
Use `go get` to retrieve the SDK to add it to your project's Go module dependencies.
24
23
25
24
go get github.com/aws/aws-sdk-go
26
25
27
26
To update the SDK use `go get -u` to retrieve the latest version of the SDK.
28
27
29
28
go get -u github.com/aws/aws-sdk-go
30
29
31
-
### Dependencies
32
-
33
-
The SDK includes a `vendor` folder containing the runtime dependencies of the
34
-
SDK. The metadata of the SDK's dependencies can be found in the Go module file
35
-
`go.mod` or Dep file `Gopkg.toml`.
36
-
37
-
### Go Modules
38
-
39
-
If you are using Go modules, your `go get` will default to the latest tagged
40
-
release version of the SDK. To get a specific release version of the SDK use
0 commit comments