@@ -4,17 +4,17 @@ gosexy is a general purpose framework for Go that provides sugar methods, types
## Installing gosexy
Use the command line
Before running this command, make sure you have the ``git``, ``hg`` (mercurial) and ``bzr`` (bazaar) source control systems installed on your system, those packages are available for many linux distros and also in [homebrew](http://mxcl.github.com/homebrew/) for OSX.
$ go get github.com/xiam/gosexy
## Sugar wrappers
*[gosexy/db](https://github.com/xiam/gosexy/tree/master/db) - A wrapper of database/sql, mgo and friends for querying to MongoDB, MySQL, PostgreSQL or SQLite3 databases in a consistent way.
*[gosexy/yaml](https://github.com/xiam/gosexy/tree/master/yaml) - A wrapper of [goyaml](http://launchpad.net/goyaml) for working with [YAML](http://www.yaml.org) formatted files.
## Sugar types
``Tuple`` is a shortcut for ``map[string]interface{}`` (generic dictionaries).
``List`` is a shortcut for ``[]interface{}`` (generic arrays).
## Sugar abstractions
*[gosexy/yaml](https://github.com/xiam/gosexy/tree/master/yaml) - A wrapper of [goyaml](http://launchpad.net/goyaml) for working with [YAML](http://www.yaml.org) formatted files.