Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Getting Started

Luke edited this page Jul 16, 2016 · 2 revisions

What's included?

Goro is LOADED with features, but no bloat.

  • Built in Context support while maintaining standard Go http.Handler interfaces
  • Flexible routing options with wildcards and variables
  • Prioritized route definitions with caching
  • Handler Filters that allow for pre-execution Request or Context modification
  • Static asset mapping
  • Support for subdomains
  • Handler chaining built-in

Installation

To install, run:

go get -u github.com/goposse/goro

You can then import goro using:

import github.com/goposse/goro
Clone this wiki locally