good morning!!!!

Skip to content
Snippets Groups Projects
user avatar
José Carlos Nieto authored
eb7b8d83
Name Last commit Last update
db
yaml
.gitignore
LICENSE
README.md
types.go

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 for map[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.