Package gcfg reads INI-style text-based configuration files with name=value pairs grouped into sections, similar to git config syntax.
go get github.com/go-git/gcfgNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Reads a simple INI-style configuration string into a struct.
Ensure the config argument is a pointer to a struct with exported fields of appropriate types.
No dependency data recorded yet.