tea/vendor/github.com/src-d/gcfg
Lunny Xiao 572e3bb4ff
add Makefile / .drone.yml, use go module with vendor
2019-04-25 23:56:29 +08:00
..
scanner add Makefile / .drone.yml, use go module with vendor 2019-04-25 23:56:29 +08:00
token add Makefile / .drone.yml, use go module with vendor 2019-04-25 23:56:29 +08:00
types add Makefile / .drone.yml, use go module with vendor 2019-04-25 23:56:29 +08:00
LICENSE add Makefile / .drone.yml, use go module with vendor 2019-04-25 23:56:29 +08:00
README add Makefile / .drone.yml, use go module with vendor 2019-04-25 23:56:29 +08:00
doc.go add Makefile / .drone.yml, use go module with vendor 2019-04-25 23:56:29 +08:00
errors.go add Makefile / .drone.yml, use go module with vendor 2019-04-25 23:56:29 +08:00
go1_0.go add Makefile / .drone.yml, use go module with vendor 2019-04-25 23:56:29 +08:00
go1_2.go add Makefile / .drone.yml, use go module with vendor 2019-04-25 23:56:29 +08:00
read.go add Makefile / .drone.yml, use go module with vendor 2019-04-25 23:56:29 +08:00
set.go add Makefile / .drone.yml, use go module with vendor 2019-04-25 23:56:29 +08: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