Registry / config / ini-v1

ini-v1

JSON →
library1.67.3gogounverified

Package ini provides INI file read and write functionality in Go.

go get gopkg.in/ini.v1
INSTALL
IMPORT
SIG · INI-V1
I
ini-v1
configgov1.67.3
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
gopkg.in/ini.v1

Load and read a value from an INI file

package main import ( "gopkg.in/ini.v1" ) func main() { cfg, err := ini.Load("config.ini") if err != nil { panic(err) } value := cfg.Section("section").Key("key").String() _ = value }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.67.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
36
Resources
ini-v1 — go get ini-v1 · libregistry