Skip to content

mishudark/gosexy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is gosexy?

gosexy is a general purpose framework for Go that provides sugar methods, types and abstractions.

Getting sexy

You can get sexy too, just 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.

About

Syntactic sugar and wrappers for Go libraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published