From 5f42f0f524cc51ac5f74cdedf0298bed528981f2 Mon Sep 17 00:00:00 2001 From: Matt Silverlock Date: Sun, 28 Feb 2016 12:25:42 -0800 Subject: [PATCH] [docs] Add http://www.gorillatoolkit.org/pkg/mux to README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b987c9e..9516c51 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ mux [![GoDoc](https://godoc.org/github.com/gorilla/mux?status.svg)](https://godoc.org/github.com/gorilla/mux) [![Build Status](https://travis-ci.org/gorilla/mux.svg?branch=master)](https://travis-ci.org/gorilla/mux) +http://www.gorillatoolkit.org/pkg/mux + Package `gorilla/mux` implements a request router and dispatcher. The name mux stands for "HTTP request multiplexer". Like the standard `http.ServeMux`, `mux.Router` matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. The main features are: