[docs] Satisfied golint.

- SkipRouter should also be ErrRouterSkipped (or similar) but a change would
  break the public API.
This commit is contained in:
Matt Silverlock
2016-02-28 19:31:51 -08:00
parent c582f4facc
commit 02c98b3f73
5 changed files with 19 additions and 16 deletions

2
doc.go
View File

@@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
/*
Package gorilla/mux implements a request router and dispatcher.
Package 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