Registry / config / aws-aws-sdk-go-v2-internal-ini

aws-aws-sdk-go-v2-internal-ini

JSON →
library1.8.6gogounverified

Package ini implements parsing of the AWS shared config file.

go get github.com/aws/aws-sdk-go-v2/internal/ini
INSTALL
IMPORT
SIG · AWS-AWS-SDK-GO-V2-
A
aws-aws-sdk-go-v2-internal-ini
configgov1.8.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ini
github.com/aws/aws-sdk-go-v2/internal/ini

Opens an INI file and retrieves a key from a section.

package main import ( "fmt" "github.com/aws/aws-sdk-go-v2/internal/ini" ) func main() { f, _ := ini.OpenFile("config.ini") fmt.Println(f.Section("default").Key("region").String()) }
Debug
Known issues
breakingThis package is internal to the AWS SDK and may change without notice.
fix
Do not import directly; use higher-level SDK config loading instead.
affects: all
Upgrade
Version history
1.8.6latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
Resources
aws-aws-sdk-go-v2-internal-ini — go get aws-aws-sdk-go-v2-internal-ini · libregistry