1
0
Fork 0
mirror of https://github.com/vbatts/freezing-octo-hipster.git synced 2024-11-24 07:55:39 +00:00
random-utils/vendor/github.com/go-git/gcfg
Vincent Batts 4ab3be9bc6
go*: one go module for the repo, no more nested
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2024-04-26 19:34:55 +00:00
..
scanner go*: one go module for the repo, no more nested 2024-04-26 19:34:55 +00:00
token go*: one go module for the repo, no more nested 2024-04-26 19:34:55 +00:00
types go*: one go module for the repo, no more nested 2024-04-26 19:34:55 +00:00
.gitignore go*: one go module for the repo, no more nested 2024-04-26 19:34:55 +00:00
doc.go go*: one go module for the repo, no more nested 2024-04-26 19:34:55 +00:00
errors.go go*: one go module for the repo, no more nested 2024-04-26 19:34:55 +00:00
go.mod go*: one go module for the repo, no more nested 2024-04-26 19:34:55 +00:00
go.sum go*: one go module for the repo, no more nested 2024-04-26 19:34:55 +00:00
LICENSE go*: one go module for the repo, no more nested 2024-04-26 19:34:55 +00:00
Makefile go*: one go module for the repo, no more nested 2024-04-26 19:34:55 +00:00
read.go go*: one go module for the repo, no more nested 2024-04-26 19:34:55 +00:00
README go*: one go module for the repo, no more nested 2024-04-26 19:34:55 +00:00
set.go go*: one go module for the repo, no more nested 2024-04-26 19:34:55 +00:00

Gcfg reads INI-style configuration files into Go structs;
supports user-defined types and subsections.

Package docs: https://godoc.org/gopkg.in/gcfg.v1