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-reviewThen, to contribute any patches, simply create a new branch for your
work:
$ git checkout -b name-for-your-patchAnd to submit it for review, make sure you've added yourself to the
AUTHORS file and run:
$ git review submitThat'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>