ashokgelal / gorilla

Golang Web Toolkit

Home Page:http://gorilla-web.appspot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Golang Web Toolkit

http://gorilla-web.appspot.com/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%