From d826e86f2d6a68b1a581f7af7c802de9a440d40b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AE=88=E8=99=8E?= Date: Fri, 15 Feb 2019 16:21:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8E=B7=E5=8F=96relativePat?= =?UTF-8?q?h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tree.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tree.go b/tree.go index 85bd7d1f..d387eb85 100644 --- a/tree.go +++ b/tree.go @@ -8,7 +8,6 @@ import ( "net/url" "strings" "unicode" - "fmt" ) // Param is a single URL parameter, consisting of a key and a value.