This is an open source project for commonly used functions for the Go programming language.
This package need >= go 1.2
Code Convention: based on Go Code Convention.
Your contribute is welcome, but you have to check following steps after you added some functions and commit them:
*_test.go
.*_test.go
.example_test.go
.go test
and got PASS .