diff options
Diffstat (limited to 'vendor/github.com/go-git/gcfg/README')
-rw-r--r-- | vendor/github.com/go-git/gcfg/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/github.com/go-git/gcfg/README b/vendor/github.com/go-git/gcfg/README new file mode 100644 index 0000000000..1ff233a529 --- /dev/null +++ b/vendor/github.com/go-git/gcfg/README @@ -0,0 +1,4 @@ +Gcfg reads INI-style configuration files into Go structs; +supports user-defined types and subsections. + +Package docs: https://godoc.org/gopkg.in/gcfg.v1 |