Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
Luke edited this page Sep 16, 2016 · 11 revisions

The Goro Guide

NOTE: Goro requires Go 1.7+ as it uses the latest Context features integrated as of version 1.7.

Welcome to the Goro Guide. The information here should be enough to get you up and running in no time so you can spend more time on actually building out your next big idea than worrying about how a router actually works.

Let's get started.

  1. [Getting Started] (https://github.com/goposse/goro/wiki/Getting%20Started)
  2. [Routing] (https://github.com/goposse/goro/wiki/Routing)
  3. [Subdomains] (https://github.com/goposse/goro/wiki/Subdomains)
  4. [Filters] (https://github.com/goposse/goro/wiki/Filter)
  5. [Caching] (https://github.com/goposse/goro/wiki/Caching)

As a bonus here are some "recipes" to get you started:

  1. [Store form parameters in Context](https://github.com/goposse/goro/wiki/Store form parameters in Context)
Clone this wiki locally