Golly is a collection of open source Go libraries.
Installation
$ go get github.com/tav/golly/<package-name>
Usage
import "github.com/tav/golly/<package-name>"
Documentation
Run go doc
or see it online:
Contribute
We've made a tool called git-review
to make it really easy for you
to contribute. If you haven't used it before, just install it with
the following command:
$ sudo easy_install git-review
Then, to contribute any patches, simply create a new branch for your
work:
$ git checkout -b name-for-your-patch
And to submit it for review, make sure you've added yourself to the
AUTHORS
file and run:
$ git review submit
That's it! Thanks.
License
All of the code has been released into the Public Domain. Do with it
as you please.
—
Enjoy, tav <tav@espians.com>