What is gosexy?
gosexy is a general purpose framework for Go that provides sugar methods, types and abstractions.
Getting sexy
In order to get sexy, you should pull the source
$ go get github.com/xiam/gosexy
Then import gosexy
into your program
import "github.com/xiam/gosexy"
Sugar wrappers
Sugar types
-
gosexy.Tuple
is a shortcut formap[string]interface{}
(generic dictionaries). -
gosexy.List
is a shortcut for[]interface{}
(generic arrays).
License
gosexy
and friends are all released under the terms of the MIT License.