Registry / config / vaughan0-go-ini

vaughan0-go-ini

JSON →
library0.0.0-20130923145212-a98ad7ee00ecgogounverified

Package ini provides functions for parsing INI configuration files.

go get github.com/vaughan0/go-ini
INSTALL
IMPORT
SIG · VAUGHAN0-GO-INI
V
vaughan0-go-ini
configgov0.0.0-20130923145212-a98ad7ee00ec
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/vaughan0/go-ini

Parse an INI configuration file

package main import ( "fmt" "github.com/vaughan0/go-ini" ) func main() { file, err := ini.LoadFile("config.ini") if err != nil { panic(err) } fmt.Println(file.Get("section", "key")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20130923145212-a98ad7ee00eclatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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