1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-24 08:22:21 +02:00

reset u.query

This commit is contained in:
TossPig 2016-03-16 03:12:00 +08:00
parent dfaaff949b
commit 82bcf4c2b8

View File

@ -35,4 +35,5 @@ func (u *URL) QueryString() string {
func (u *URL) reset(url *url.URL) {
u.URL = url
u.query = nil
}