/gorilla

Golang Web Toolkit

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Gorilla
=======
Gorilla is a web toolkit for the Go programming language. Learn more:

* http://gorilla-web.appspot.com/ - general information and documentation.
* http://code.google.com/p/gorilla/ - project repository and issue tracker.


Local docs
----------
To browse the documentation locally, clone the repository using Mercurial:

    $ hg clone https://code.google.com/p/gorilla/

Then run the documentation server from the repository:

    $ godoc -path="./gorilla/" -http=:6060

The docs will be available at http://localhost:6060