Add goconfig library: https://github.com/fulldump/goconfig
diff --git a/Projects.md b/Projects.md
index 897099d..7874d87 100644
--- a/Projects.md
+++ b/Projects.md
@@ -257,6 +257,7 @@
* [gcfg](http://code.google.com/p/gcfg/) - read INI-style configuration files into Go structs; supports user-defined types and subsections
* [globalconf](https://github.com/rakyll/globalconf) - Effortlessly persist to and read flag values from an ini config file
* [goconf](http://code.google.com/p/goconf/) - a configuration file parser
+ * [goconfig](https://github.com/fulldump/goconfig) - Configuration based on struct introspection, supports environment vars, command line args, and more.
* [hjson](https://github.com/laktak/hjson-go) - Human JSON, a configuration file format for humans. Relaxed syntax, fewer mistakes, more comments.
* [jsonconfig](https://github.com/knadh/jsonconfig) - a JSON configuration file parser with comments support
* [properties](https://github.com/magiconair/properties) - Library for reading and writing properties files