gitea/vendor/github.com/src-d/gcfg
Mura Li d77176912b Use Go1.11 module (#5743)
* Migrate to go modules

* make vendor

* Update mvdan.cc/xurls

* make vendor

* Update code.gitea.io/git

* make fmt-check

* Update github.com/go-sql-driver/mysql

* make vendor
2019-03-27 19:15:23 +08:00
..
scanner Implement git refs API for listing references (branches, tags and other) (#5354) 2018-11-27 16:52:20 -05:00
token Implement git refs API for listing references (branches, tags and other) (#5354) 2018-11-27 16:52:20 -05:00
types Implement git refs API for listing references (branches, tags and other) (#5354) 2018-11-27 16:52:20 -05:00
LICENSE Implement git refs API for listing references (branches, tags and other) (#5354) 2018-11-27 16:52:20 -05:00
README Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
doc.go Implement git refs API for listing references (branches, tags and other) (#5354) 2018-11-27 16:52:20 -05:00
errors.go Implement git refs API for listing references (branches, tags and other) (#5354) 2018-11-27 16:52:20 -05:00
go1_0.go Implement git refs API for listing references (branches, tags and other) (#5354) 2018-11-27 16:52:20 -05:00
go1_2.go Implement git refs API for listing references (branches, tags and other) (#5354) 2018-11-27 16:52:20 -05:00
read.go Implement git refs API for listing references (branches, tags and other) (#5354) 2018-11-27 16:52:20 -05:00
set.go Implement git refs API for listing references (branches, tags and other) (#5354) 2018-11-27 16:52:20 -05: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