mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-22 11:47:44 +08:00
9 lines
241 B
Go
9 lines
241 B
Go
// Package aws provides core functionality for making requests to AWS services.
|
|
package aws
|
|
|
|
// SDKName is the name of this AWS SDK
|
|
const SDKName = "aws-sdk-go-v2"
|
|
|
|
// SDKVersion is the version of this SDK
|
|
const SDKVersion = goModuleVersion
|