git-sync/vendor/github.com/src-d/gcfg
Tim Hockin b161f3f0c7 Add infrastructure for build tools
As per discussion with Go team.  it's hacky but it works.

create tools.go
git add tools.go
go mod vendor
git add vendor
go mod tidy
go mod vendor # again
2021-03-29 16:35:13 -07:00
..
scanner Add infrastructure for build tools 2021-03-29 16:35:13 -07:00
token Add infrastructure for build tools 2021-03-29 16:35:13 -07:00
types Add infrastructure for build tools 2021-03-29 16:35:13 -07:00
LICENSE Add infrastructure for build tools 2021-03-29 16:35:13 -07:00
README Add infrastructure for build tools 2021-03-29 16:35:13 -07:00
doc.go Add infrastructure for build tools 2021-03-29 16:35:13 -07:00
errors.go Add infrastructure for build tools 2021-03-29 16:35:13 -07:00
go1_0.go Add infrastructure for build tools 2021-03-29 16:35:13 -07:00
go1_2.go Add infrastructure for build tools 2021-03-29 16:35:13 -07:00
read.go Add infrastructure for build tools 2021-03-29 16:35:13 -07:00
set.go Add infrastructure for build tools 2021-03-29 16:35:13 -07:00

README

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

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