bsed / gorilla

Automatically exported from code.google.com/p/gorilla
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Gorilla

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

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