[go-nuts] [ANN] gopkg.in/gcfg.v1 : gcfg v1.2.0 released

2016-08-14 Thread speter . go1
Gcfg reads "INI-style" text-based configuration files with "name=value" pairs grouped into sections (gcfg files). A lot has been happening to gcfg since my previous announcement. Most notably, the project has moved from Google Code: gopkg.in/gcfg.v1 https://godoc.org/gopkg.in/gcfg.v1 https://gi

[go-nuts] [ANN] gopkg.in/warnings.v0 -- error handling with non-fatal errors (warnings)

2016-08-15 Thread speter . go1
Package warnings implements error handling with non-fatal errors (warnings). import path: "gopkg.in/warnings.v0" package docs: https://godoc.org/gopkg.in/warnings.v0 issues:https://github.com/go-warnings/warnings/issues pull requests: https://github.com/go-warnings/warnings/pulls A re