From a41434aac388acdf2aa28ba41cde5cd998feedd3 Mon Sep 17 00:00:00 2001 From: Jingwen Owen Ou Date: Mon, 2 May 2016 10:24:09 -0700 Subject: [PATCH] Clarify more of `SkipClean` --- mux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mux.go b/mux.go index c982c13..94f5ddd 100644 --- a/mux.go +++ b/mux.go @@ -138,7 +138,7 @@ func (r *Router) StrictSlash(value bool) *Router { } // SkipClean defines the path cleaning behaviour for new routes. The initial -// value is false. +// value is false. Users should be careful about which routes are not cleaned // // When true, if the route path is "/path//to", it will remain with the double // slash. This is helpful if you have a route like: /fetch/http://xkcd.com/534/