Registry / config / go-ini-ini

go-ini-ini

JSON →
library1.67.3gogounverified

Provides INI file read and write functionality in Go.

go get github.com/go-ini/ini
INSTALL
IMPORT
SIG · GO-INI-INI
G
go-ini-ini
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
github.com/go-ini/ini

Loads an INI file and reads a configuration value.

package main import ( "fmt" "github.com/go-ini/ini" ) func main() { cfg, err := ini.Load("config.ini") if err != nil { panic(err) } value := cfg.Section("server").Key("port").String() fmt.Println(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
25 hits · last 30 days
node
24
Resources
go-ini-ini — go get go-ini-ini · libregistry